Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Android training in Kerala programming Blog  > 

2014-03-02 10:42
https://github.com/SQLDroid/SQLDroid/wiki/Tips-and-tricks-(including-database-locking) Read More
2014-02-23 17:16
public class IntroScrollView extends ScrollView{// private Context mContext; private ScrollViewListener scrollViewListener = null; public interface ScrollViewListener {    void on… Read More
2014-02-23 17:14
public class RelativeLayoutDetectKeyBoard extends RelativeLayout { Rect rect = new Rect(); public RelativeLayoutDetectKeyBoard(Context context, AttributeSet attrs) { super(context, attrs)… Read More
2014-02-23 17:11
import java.util.regex.Pattern;import android.app.AlertDialog;import android.content.DialogInterface;import android.widget.EditText;public class ValidationManager { // a result of the valida… Read More
2013-12-22 17:15
public class CalendarDayMarker { private int _year; private int _month; private int _day; private int _color; public CalendarDayMarker(int year, int month, int day, int color) { init(year… Read More
2013-12-22 16:55
public class UriList { private Context mContext; public UriList(Context context) { // TODO Auto-generated constructor stub mContext = context; } /** * Function that returns the Registr… Read More
2013-05-01 08:06
Android Bitmap Scalingcall it in main classBitmapScaler scaler = new BitmapScaler(getResources(), R.drawable.moorwen, newWidth);imageView.setImageBitmap(scaler.getScaled())//… Read More
2013-01-05 19:49
Modifying OsmDroid in Android. Inorder to Modify osmdroid,we have to import it first.How to import osmdroid-android project ?While importing osmdroid-androi source,there may occur error… Read More
2013-01-05 19:02
Open Street maps in Android -Part 2For knowing the basics of openstreet maps ,Refer http://androidtraininginkerala.blogspot.in/2013/01/open-street-maps-in-android-part-1.htmlToday ,we h… Read More
2013-01-05 18:43
Open Street Maps in Android--Part 1Open Street Maps (Osmdroid) is mainly used as an alternative for Google Maps.The main Advantage ofthis is the use of offline access.To use this map, we req… Read More
2012-12-30 15:37
For Copying text ,we use Clipboard in androidSample Code    ClipboardManager clipboard = (ClipboardManager) context .getSystemService(Context.CLIPBOARD_SERVICE);   … Read More
2012-12-30 15:18
Facebook Fan Page Feeds in AndroidNo Need for Appid,App scrt key etc...For getting public fan page feed ,use the url  https://www.facebook.com/feeds/page.php?id=PAGE_ID&format=… Read More
2012-12-29 15:28
Google Map Implementation in Real Device.Obtaining a Maps API key To apply for a key, you need to follow the series of steps outlined below. You can also refer to Google's detailed docu… Read More
2012-12-29 15:26
How to run thread + Handler in androidFirst Run the Thread---------------------------------------------------------------------------------------------------private void findLocation(final S… Read More
2012-11-02 02:02
Hash Map in Android<?xml version="1.0" encoding="utf-8"?><resources>    <string-array name="countries_names">        <item>USA</item… Read More

Share the post

Android training in Kerala

×

Subscribe to Android Training In Kerala

Get updates delivered right to your inbox!

Thank you for your subscription

×