Have problem setting break point in your app trying to Remotely debug your app?
Hints for writing good MVP oriented android applications
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.
The answers to the questions I had during the creation of the game in the Unity
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.
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:
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.
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.
We'll guide you through the process of incorporating ChatGPT shared links into your commit messages.
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.
Source code with examples how to use relative layout to create nice buttons with text and images in Android
Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.