Goran Siric
Blog about programming
RssIcon

Enhancing Collaboration: Integrating ChatGPT shared links with Sourcetree

by admin on Wednesday, May 31, 2023 10:16 AM
In this blog post, we will explore the integration of OpenAI's ChatGPT shared links with Sourcetree, a popular version control tool. We'll guide you through the process of incorporating ChatGPT shared links into your commit messages, allowing for seamless collaboration and easy reference to specific GPT chat pages. 
ChatGPT
AI
Sourcetree

Remote Debugging - No Symbols have been loaded for this document

by admin on Wednesday, December 11, 2019 6:31 AM

Have problem setting break point in your app trying to Remotely debug your app? 

Google Keep

by admin on Wednesday, February 6, 2019 10:13 PM

 

Why is Google Keep my favorite app?
Blog
GoogleKeep

Creating app promotional video with Renderforest

by admin on Wednesday, June 20, 2018 9:47 AM
If you are dealing with creating apps you may have come to the situation to want to make a short promotional video for your app.If you're a developer, then you're probably not a designer, and making such a video is a demanding job.You should probably leave this job to someone else, but for the right result, you probably would need a lot of money.However, there are sites that can help you create the video clips yourself.One of those sites that I particularly liked was Renderforest



In just two hours, I managed to make a pretty good promotional video.The thing is very simple.- Choose video templates that are right for you- enter a custom text into your video feeds and insert your pictures or video- Sort the templates as you likeOnce you're ready to customize your stuff, you're ready to create a video.It's alsol possible...

Anroid MVP tips

by admin on Sunday, September 10, 2017 5:15 PM

Hints for writing good MVP oriented android applications

android
design pattern
MVP

Facebook comments for pages with dynamic URL

by admin on Sunday, April 9, 2017 4:53 AM

The comments plugin lets people comment on content on your site using their Facebook account. People can choose to share their comment activity with their friends (and friends of their friends) on Facebook as well. The comments plugin also includes built-in moderation tools and social relevance ranking.

Here are steps that I have taken for adding Facebook comments on my DNN blog page with dynamic URL.

facebook
comments
dynamic url

Unity start guide

by admin on Thursday, September 15, 2016 9:43 AM

The answers to the questions I had during the creation of the game in the Unity

Unity

AndEngine - Textures tips and tricks

by admin on Wednesday, September 7, 2016 9:51 PM

If you just started programming your first 2D game using AndEngine, here are some tips for you. These tips are more about "Game Programing" in general, then about AndEngine, but I think you should know it before get started programming your own game.

Cisco AnyConnect Client and termination of existing LAN connections

by admin on Thursday, December 4, 2014 3:12 AM

Because the Cisco VPN client is not working properly on Windows 8.1, we had to use Cisco AnyConnect Client.

Here begins a nightmare that lasted for several days.

After the AnyConnect client connects to a remote computer all local TCP connections are interrupted.

If your computer has initiated an application that for example communicates with the database, it loses the connection to the database and must be restarted.

It took several days to find a reason why this is happening:

VPN connection that is established does not allow the IPv6 protocol, and all of local TCP connections that have been established over IPv6 protocol were terminated.

Therefore, the solution is very simple:

disable IPv6 protocol on the local network adapter or in the connection to the database use a fixed IPv4 address (n.n.n.n) instead of the computer name

This will force connection to use IPv4 protocol.

Cisco
VPN
Windows 8

Android "DataEntry ListView" Design Pattern

by admin on Tuesday, February 28, 2012 11:59 AM

If you recently started to develop applications for the Android platform (or any other mobile platform) it is likely that you will encounter the problem of designing user interfaces. Have you realized the importance of ListView control in developing android applications? That is what I learned the hard way. Don't allow this to happen to you too.

android
data entry
design pattern
user interface


If you found this useful,
you can buy me a coffe :)

By me a coffe through PayPal :)


Featured articles

Integrating ChatGPT shared links with Sourcetree

We'll guide you through the process of incorporating ChatGPT shared links into your commit messages.

AndEngine - Textures tips and tricks

What you should know abot textures before get started programming your first game.

GIMP script for creating Android icons at once

Script for creating Android icons for different screen resolutions at once. Icons can be saved using standard Android icons naming conventions and saved in appropriate folders.

Creating Android button with image and text using relative layout

Source code with examples how to use relative layout to create nice buttons with text and images in Android

Android application and the Internet

Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.