JSON Tutorial

Android Tutorials
We are happy to announce that we have launched tutorial on JSON – JavaScript Object Notation. Click through the below links to learn JSON – modern way of handling data transfer between heterogenous servers, web applications and mobile applications. Lot more tutorials are coming soon, keep watching the space for more updates.

read more

How to change the back button behaviour

How to change the back button behaviour

Sometimes, when developing Android applications, there is a need to override the default behaviour of the back button which means assigning another behavior for the ‘Back’ button. Although changing the behaviour of back button is not recommended, but there are some situations where changing the ‘back’ button behavior is mandatory, such as to avoid accidentally finishing or closing the current Activity.

For example, a text editor, should confirm if the user really wants to quit without saving the current changes, or a game, that check if it is the player’s intention to close the current game session.

read more

How to change screen brightness programmatically

How to change screen brightness programmatically

This post will explain you how to change the current system brightness with a seek bar on Android devices. The application which we are going to develop will work only on real devices, because it is impossible to see the brightness changes on the emulator.

One thing you must know is that Android system brightness value is applied to the screen’s backlight only when the screen turns on. This means that only after a device boots up or awaking the phone from a sleeping state will make the screen as bright as the value defined by the System.SCREEN_BRIGHTNESS variable. Consequently, changing only that variable won’t be enough to preview the brightness level as the brightness value need to be set for the window.

read more

Android Developers are Just a Click Away, Click Now

Guest Post
What is this?

Are you searching Android Developers? If it is so then you have landed up on the right title. Like others, this kid of Google has impressed mobile phone users. It has even changed the definition of SmartPhone for common people. Considerably, you can buy an Android phone just by investing few thousands rupees but you need to pay double for purchasing an iOS corresponding device. Therefore, the rule of Android apps is increasing with every passing day. As a resultant, business is moving towards these apps and business organizations are trying to approach their customers in SmartPhones. If you are also among such business organization, which is looking for a credible and experienced Android Development Company then you can find below given post interesting. It will be an interesting process of joining hands with technically sound coding professionals. So, just follow below given steps.

read more

Android Mediaplayer Example – Play from Internet

Android Mediaplayer Example – Play from Internet

In this post, we are going to discuss about how to play a music file(MP3) present over the internet. Android provides extensive support for playing music and it has dedicated a class called MediaPlayer which has all the necessary methods to play, pause, stop and do more with a MP3 file.

With the help of Android MediaPlayer framework we can play audio from media files stored in/as:

read more

Android Mediaplayer Example – Play from URI

Android Mediaplayer Example – Play from URI

In this post, we are going to discuss about how to play a music file(MP3) in Android application. Android provides extensive support for playing music and it has dedicated a class called MediaPlayer which has all the necessary methods to play, pause, stop and do more with a MP3 file.

With the help of Android MediaPlayer framework we can play audio from media files stored in/as:

read more
Page 1 of 71234567