Processor: NVIDIA Tegra 4 Quad Core Mobile Processor with 2GB RAM Display: 5 inch 1280x720 Multi-Touch Retinal Quality Display Audio: Integr...
Read More
Home » Archive for November 2013
Detect Gesture by implementing GestureDetector.SimpleOnGestureListener
Vinz
4:28 AM
Add Comment
Android code sample: Detecting Gestures,
Android code sample: ui,
Android code sample: ViewFlipper
Edit
This example show how to detect user gesture by implementing GestureDetector.SimpleOnGestureListener. It have the same result as last exerci...
Read More
Using GestureDetector to detect user swipe, onFling()
Vinz
2:56 AM
Add Comment
Android code sample: Detecting Gestures,
Android code sample: ui,
Android code sample: ViewFlipper
Edit
Previous exercise demonstrate " Bi-direction sliding ViewFlipper " controlled by buttons. This exercise show how to implements Ges...
Read More
Download The Windows Getting Started Guide
This guide will point you to the right developer tools, tutorials, and resources. Jump in. The next generation is what you make it. Download...
Read More

Java Programming for Android Developers For Dummies
Get started creating Android apps with Java in no time! The demand for Android apps is not slowing down but many mobile developers who want ...
Read More

Android Programming: Pushing the Limits
Unleash the power of the Android OS and build the kinds of brilliant, innovative apps users love to use If you already know your way around ...
Read More

How to build Open JavaFX for Android
Here ( https://blogs.oracle.com/jfxprg/entry/how_to_build_open_javafx ) is a short recipe for baking JavaFX for Android dalvik. Just a few i...
Read More
Bi-direction sliding ViewFlipper
Last exercise show a Example of ViewFlipper . It always slide from left to right, no matter you click previous or next button. In this exerc...
Read More
Example of ViewFlipper
android.widget.ViewFlipper is a simple ViewAnimator that will animate between two or more views that have been added to it. Only one child ...
Read More
assets folder in Android Studio
Android Studio is a new Android development environment based on IntelliJ IDEA, Gradle-based build support. It have different project struct...
Read More
Example of ViewSwitcher
android.widget.ViewSwitcher is a sub-class of ViewAnimator , switches between two views, and has a factory from which these views are creat...
Read More
Good official lessons teach Caching Bitmaps and Managing Bitmap Memory
When your app have to load a number of bitmap, memory allocation will get complicated. Here is official lessons from developer.android.com. ...
Read More
Android example: ImageSwitcher
Vinz
11:32 AM
Add Comment
Android code sample: ImageSwitcher,
Android code sample: ui,
animation
Edit
A simple example to implement ImageSwitcher. package com.example.androidimageswitcher; import android.os.Bundle; import android.app.Activity...
Read More
ListFragment with multiple choice
It is a example to implement ListFragment with multiple choice. Base on my old exercise of " ListFragment ". Modify MyListFragme...
Read More
Example to implement Android TextSwitcher
Vinz
12:41 AM
Add Comment
Android code sample: TextSwitcher,
Android code sample: ui,
animation
Edit
android.widget.TextSwitcher is a specialized ViewSwitcher that contains only children of type TextView. A TextSwitcher is useful to animate ...
Read More
Example of ViewAnimator
Vinz
9:33 AM
Add Comment
Android code sample: ui,
Android code sample: ViewAnimator,
animation,
step-by-step series
Edit
android.widget.ViewAnimator is a subclass of FrameLayout container that will perform animations when switching between its views. <Linear...
Read More
New UI features and design guidelines for Android 4.4 KitKat
Vinz
1:26 PM
Add Comment
Android 4.4,
Android Developer's news,
KitKat,
UI and design,
video tutorial
Edit
Android Design in Action: New in Android 4.4
Read More
Subscribe to:
Comments (Atom)