Android
-
Android MediaPlayer Example
The Android multimedia framework includes support for playing variety of common media types, so that you can easily integrate audio,…
Read More » -
Android FrameLayout Example
FrameLayout represents a simple layout for the user interface of Android applications. It is usually used for displaying single Views…
Read More » -
Android Accelerometer Example
The Android platform provides several sensors that let you monitor the motion of a device. Some of these sensors are…
Read More » -
Android Fragment Tabs Example
As title clarifies, today we ‘re gonna see how to implement a Tab Layout using Fragments. Regarding the previous versions…
Read More » -
Android Login Example
Hi there! Today we ‘re gonna see another easy Android example, regarding a login screen. What we are going to…
Read More » -
Android VideoView Example
When we want to create an Android application that has an Android Activity inside of which we are planning to…
Read More » -
Android SlidingDrawer Example
SlidingDrawer represents a widget, where we can use in our Android applications. SlidingDrawer has the ability to hide and/or appear…
Read More »