Cheap Android phones makes it possible for the low budget peoples to hold an amazing OS which was earlier seen only in high end smartphones. Recently Android powered devices are available in the market for price even less than $100. Now, in the beginning of 2012 we are witnessing a steady flow of cheap Android phones hitting the market. It is because of the open source nature of the Android OS... Continue reading
Android Development – Configure Wi-Fi Networks in Android
In Android development, you can programmatically configure the wireless connectivity of you android devices. Let's find out how to do that, Android comes with a number of system services that are always on, and running and readily available for Android Developers. In Android Development, like all other systems services, provides an API for managing all aspects of the Wi-Fi Connectivity.... Continue reading
Android Development using Email Client in Android
How to do Android development using Email Client? This article covers the implementation of the Email Client in Android development. This article covers how to use the Email Client in Android to send Email from the Android Phone. For the proper Android development and testing, it’s advisable to install these softwares on your machine. In order to understand the implementation of the Email client... Continue reading
Android Development – Configure Wi-Fi Networks in Android
In Android development, you can programmatically configure the wireless connectivity of you android devices. Let's find out how to do that, Android comes with a number of system services that are always on, and running and readily available for Android Developers. In Android Development, like all other systems services, provides an API for managing all aspects of the Wi-Fi Connectivity.... Continue reading
Activity Communication in Android
An Activity represents the main screen for Android application. An application can have any number of Activities. Intents are message passing mechanisms used in Android. The Android Activity class contains different methods that support Activity communication. The method startActivity(Intent) is used to invoke one Activity from other Activity. This method accepts an Intent object which specifies... Continue reading
Setup Android Development Environment- Complete Tutorial
Here starts our Android Development tutorial. In this article, you will find how to setup a complete Android Development environment. This includes download, installation and configuration of various software components required to form a complete IDE. As I said in the Introduction, I've tried to keep things as simple as I could. And all you're supposed to do is to follow some simple steps only.... Continue reading
Call Log In An Android Application
An Android Application can access the call log of the android phone. This is possible because the call log details are exposed by the Android platform as a content provider. Content Providers in Android allow applications to share data across applications (Refer: https://android-app-market.com/content-provider-in-android.html). Numerous inbuilt content providers are there with the Android... Continue reading
jQuery for Android – jQueryMobile Framework
jQuery Mobiles has targeted multiple mobile devices available in the market. And the code is tested on majority of the mobile browsers which have got some visibility in the market. To achieve this goal, pages of the jQuery mobile are built with clean semantic HTML so that the page can be displayed on diverse mobile platform. And to add additional features like rich interactivity, animation and... Continue reading
Content Provider in Android
Android content provider- this article explains- how to retrieve or access data from the content provider, modifying and deleting data from the existing content provider. Defining a new content provider is beyond the scope of this document. To learn about creating a new content provider, please visit https://android-app-market.com/content-providers.html. Android is a mobile operating system... Continue reading
The Simple Android Development Tutorial- Introduction
Welcome, you are entering the world of Android app development. Yes! I'm overwhelmed to say that the Android-App-Market.com is just gonna start the simplest Android Development tutorial ever. We are planning to make this a wast collection of simple Android tutorials which make this a right place for beginners to start. As we are aiming at beginners, we'll start right from the basics and advance... Continue reading