Techbirds | Knowledge Hub | Page 45
Posted on: January 29, 2014 / Categories: PHP / Author Name: Diksha Verma How do we fetch data dynamically from database in Dropdown? Dropdown Table : Location
Posted on: January 29, 2014 / Categories: PHP / Author Name: Diksha Verma How do we fetch data dynamically from database in Dropdown? Dropdown Table : Location
Hi Folks, I am wirting this very blog to let my developer friends know the limitation of android devices in order to create a Quality apps. It has been noticed in my practice so far that while developing apps we normally forgets issues concerned with
hi folks, In the recent past , idealt with the problem of loading the images from urls that i get from facebook. it was making my app slow so i digged deeper and found many solutions out of which i personally recommend doing it via AQuery. Being a developer its good practice to reuse the
Posted on: April 28, 2014 / Categories: Testing / Author Name: Vishal Tyagi Functional Testing – Functional testing makes sure that the application is working as described by the requirements. This testing is usually focused on the user interface and features of the application. This type of testing is best performed manually. Performance Testing –
In your application generally you wants to communicate your UI thread (e.g. Activity) with your background running thread (e.g. Services) and vice versa… i.e. you want to communicate from your running services to Foreground visible Activity and also wants to send some information from your Foreground Activity to Background running services… A simple solution of