Android system have to Terminal application in default. This example provide user to run Linux command using ProcessBuilder, and display the...
Read More
Home » Archive for March 2015
Get memory info
Example to get memory information using MemoryInfo and Runtime. Where: MemoryInfo.availMem : the available memory on the system. MemoryInfo....
Read More
Read CPU frequency using linux command "cat /sys/devices/system/cpu/cpuX/cpufreq/scaling_cur_freq"
This example read files "/sys/devices/system/cpu/cpu[0..]/cpufreq/scaling_cur_freq" with Linux's cat command, to determine run...
Read More
adb command to reboot Android device
To deboot connect devies using adb, enter the commnad: $ adb shell am broadcast -a android.intent.action.BOOT_COMPLETED
Read More
ViewPager auto scroll to the first, last or any page
By calling setCurrentItem() method of ViewPager, you can force it to scroll to any specified page. This example show how to scroll to the fi...
Read More
Implement OnPageChangeListener for ViewPager to monitor the current visible page
Refer to the former example of " Example of ViewPager with custom PagerAdapter ": at start-up, instantiateItem() of MyPagerAdapter...
Read More
Setting Up Google Play Services, for Eclipse-Android SDK
This video show how to set up Google Play Services on Eclipse with Android SDK, reference Google document Setting Up Google Play Services . ...
Read More
Get WiFi info using WifiManager and WifiInfo
Example to get connected WiFi information using WifiManager and WifiInfo. package com.example.androidwifisetting; import android.support.v7....
Read More
How to set static IP on Android
This video show how to set static IP address on Android device. In Wi-Fi settings. Tap and hold the network you want to connect. Tap Modify ...
Read More
Draw text on Bitmap
Example to draw text on Bitmap. package com.example.androidimageview; import android.graphics.Bitmap; import android.graphics.BitmapFactory;...
Read More
Xamarin Cross-platform Application Development - Second Edition
Vinz
3:47 AM
Add Comment
Books for Android development,
Books for Cross-platform,
cross-platform development,
Xamarin
Edit
Develop production-ready applications for iOS and Android using Xamarin Xamarin Cross-platform Application Development - Second Edition Abou...
Read More
Nexus 7 WiFi (2012) updated Android 5.1 Lollipop
My Nexus 7 WiFi (2012) updated Android 5.1 Lollipop. Tried for 5 minutes, seem improved greatly on performance:)
Read More
Merge bitmaps
Example show how to combin two bitmaps to one. package com.example.androidimageview; import android.graphics.Bitmap; import android.graphics...
Read More
Flip bitmap using Matrix
Example to create flipped bitmap using Matrix. package com.example.androidimageview; import android.graphics.Bitmap; import android.graphics...
Read More
Rotate bitmap using Matrix
Example show how to create rotated bitmap using Matrix. package com.example.androidimageview; import android.graphics.Bitmap; import android...
Read More
Scale bitmap using Matrix
This example show how to create scaled bitmap using Matrix. package com.example.androidimageview; import android.graphics.Bitmap; import and...
Read More
Professional Android Wearables
The fast and easy way to get up and running on Android wearables Professional Android Wearables Written by an expert author team with years ...
Read More
Learning Java by Building Android Games
Learning Java by Building Android Games Android is the fastest growing operating system (OS) with one of the largest installed bases of any ...
Read More
Exploring SE for Android
Discover Security Enhancements (SE) for Android to build your own protected Android-based systems About This Book Exploring SE for Android L...
Read More
interactive exercise of ScriptIntrinsicConvolve3x3
Last example show how to " Sharpen and blur bitmap using ScriptIntrinsicConvolve3x3 ", here is a interactive exercise of ScriptInt...
Read More
Subscribe to:
Comments (Atom)