• About
  • Contact Us
  • Privacy Policy
  • Disclaimer

Super Cheats

The ultimate ADR cheats resource. We have the latest Android cheats, ADR cheat codes, Windows, Linux, Blogger, Java, Wordpress, tips, and more.

Menu
  • Home
  • Menu 1
    • SubMenu 1
    • SubMenu 2
    • SubMenu 3
  • Menu 2
    • SubMenu 1
    • SubMenu 2
    • SubMenu 3
  • Menu 3
  • Menu 4
Home » Archive for August 2013
List files in directory with specified type

List files in directory with specified type

Vinz 3:36 PM Add Comment Android code sample: storage Edit
The example List all 'jpg' files in given directoty: private File[] getJpgFiles(File f){ File[] files = f.listFiles(new FilenameF...
Read More

Get bitmap color on touched position in ImageView

Vinz 11:18 AM Add Comment Android code sample: bitmap and image, Android code sample: detect touch Edit
Last exercise demonstrate " How to detect touch event and position on ImageView ". It's modified to get bitmap color on the to...
Read More

Detect touch on ImageView

Vinz 4:16 PM Add Comment Android code sample: bitmap and image, Android code sample: detect touch Edit
The example demonstrate how to detect touch event and position on ImageView, by implementing OnTouchListener(). MainActivity.java package co...
Read More
Android Native Development Kit Cookbook

Android Native Development Kit Cookbook

Vinz 3:34 PM Add Comment Books for Android development Edit
Android Native Development Kit Cookbook A step-by-step tutorial with more than 60 concise recipes on Android NDK development skills Overvie...
Read More

Fine tune scaled down bitmap to exact size

Vinz 11:32 AM Add Comment Android code sample: bitmap and image Edit
Last post genarate a scaled down bitmaps, approximate but not exact size. In order to fine tune bitmap to exact size, we can re-create anot...
Read More

Load scaled bitmap

Vinz 2:46 PM Add Comment Android code sample: bitmap and image Edit
Last post provide UN-RECOMMENDED methods to handle error of 'OutOfMemoryError' and 'Bitmap too large to be uploaded into a text...
Read More

Handle error of 'OutOfMemoryError' and 'Bitmap too large to be uploaded into a texture' for images/bitmaps

Vinz 3:16 AM Add Comment OutOfMemoryError Edit
Before start this post, I have to mention that: IT'S STRONGLY NOT RECOMMENDED TO USE THE APPROACH HERE. In the previous exercise for ima...
Read More
Google Play Developer Program Policy Update

Google Play Developer Program Policy Update

Vinz 2:32 AM Add Comment Google's news Edit
As of August 23, 2013, the new Google Play Developer Program Policy (“Content Policy”) will be in effect for all new applications submitted...
Read More

Share bitmap between Activities

Vinz 2:14 PM Add Comment Android code sample: Activity, Android code sample: bitmap and image Edit
This exercise demonstrate how to using static Bitmap in a common class in application, to share between activities. Such that, no need to pa...
Read More
OpenGL ES 2 for Android: A Quick-Start Guide

OpenGL ES 2 for Android: A Quick-Start Guide

Vinz 2:25 AM Add Comment Books for Android development Edit
OpenGL ES 2 for Android: A Quick-Start Guide Android is booming like never before, with millions of devices shipping every day. It's ne...
Read More

Processing on desktop vs Processing for Android

Vinz 8:40 AM Add Comment Processing Language Edit
It's the same code run Processing on desktop and Android, with Android Mode. Run on Nexus One: Run on desktop: The example code: void se...
Read More

Example to create shadow frame for image

Vinz 4:51 AM Add Comment Android code sample: bitmap and image Edit
package com.example.androidframeimage; import java.io.FileNotFoundException; import android.net.Uri; import android.os.Bundle; import androi...
Read More

Create frame on Bitmap image

Vinz 8:32 AM Add Comment Android code sample: bitmap and image Edit
With PorterDuffXfermode , we can apply frame on bitmap image. By creating bitmap with frame pattern, then merging image using Paint with Xfe...
Read More

Merge images with PorterDuffXfermode

Vinz 9:15 AM Add Comment Android code sample: bitmap and image Edit
This exercise demonstrate how to merge two images with Paint of PorterDuffXfermode. You can select various PorterDuff.Mode to merge the imag...
Read More

Place TextView over ImageView

Vinz 7:22 AM Add Comment Android code sample: bitmap and image Edit
Last exercise how to " Draw text on bitmap ". If you only want to display text over image, not draw text on bitmap, you can simple...
Read More
Subscribe to: Comments (Atom)

Popular post

  • Android example: Thread, Handler and Looper
  • Gradle Beyond the Basics - read online for FREE
  • Android Studio Canary Build 0.2.13 released
  • Example of using PopupWindow
  • Learn Java for Android Development, Second Edition
  • Disable outside PopupWindow, by setFocusable(true)
  • Building Hybrid Android Apps with Java and JavaScript: Applying Native Device APIs
  • Java Programming 24-Hour Trainer, 2nd edition
  • Minecraft pocket edition full version free download android
  • Temple run 2 tips for android

Labels

  • Android Apps
  • Android Network Programming
  • Android Studio
  • Android Things
  • Arduino
  • Bitmap
  • Books for Android development
  • BroadcastReceiver
  • ColorMatrix
  • Custom View
  • Drag and Drop
  • EditText
  • Face Detection
  • Factory Reset
  • Format
  • Google
  • Google I/O
  • Google's news
  • KitKat
  • Linux
  • Material Design
  • Microsoft
  • MultiWindowMode
  • Parse JSON
  • Pokémon
  • Support Library
  • UI and design
  • Ubuntu
  • User Manual
  • Web Server
  • Windows 10
  • XML
  • animation
  • step-by-step series
  • video tutorial

Blog Archive

  • ►  2017 (95)
    • October (2)
    • September (3)
    • August (12)
    • July (19)
    • June (16)
    • May (22)
    • April (5)
    • March (5)
    • February (11)
  • ►  2016 (76)
    • December (6)
    • November (3)
    • October (5)
    • September (1)
    • August (18)
    • July (17)
    • June (12)
    • May (14)
  • ►  2015 (150)
    • July (7)
    • June (19)
    • May (26)
    • April (20)
    • March (21)
    • February (30)
    • January (27)
  • ►  2014 (1)
    • January (1)
  • ▼  2013 (149)
    • December (28)
    • November (17)
    • October (27)
    • September (29)
    • August (29)
    • July (19)
  • ►  2012 (157)
    • November (1)
    • July (21)
    • June (41)
    • May (43)
    • April (25)
    • March (24)
    • February (1)
    • January (1)
  • ►  2011 (57)
    • December (3)
    • November (1)
    • October (5)
    • September (8)
    • July (23)
    • March (7)
    • February (5)
    • January (5)
  • ►  2010 (150)
    • December (14)
    • November (14)
    • October (14)
    • September (7)
    • August (17)
    • July (25)
    • June (23)
    • May (12)
    • April (6)
    • March (8)
    • February (3)
    • January (7)

Update

Recent Posts Widget
Copyright 2017 Super Cheats
Design By Missing Source | Powered by Blogger.com