Skip to main content

Posts

Use Android Application Common Classes

---------------------------- App.java ---------------------------- http://patelprashant1991.blogspot.in/ package com.appname; import android.app.Activity; import android.app.Application; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.Typeface; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.Build; import android.os.Environment; import android.support.design.widget.Snackbar; import android.support.multidex.MultiDex; import android.util.Log; import android.view.View; import android.view.inputmethod.InputMethodManager; import android.widget.Toast; import com.google.android.gms.common.api.GoogleApiClient; import com.utils.SharePrefrences; import java.io.File; import java.util.ArrayList; import java.util.regex.Matcher; import java.util.regex.Pattern; public class App extends Application { private static final String TAG = App. class .getSimpleName(); ...
Output of tabhost with database insert delete update...etc 1..insert 2..delete 3.update 4.view XML files... main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /> <TabHost android:id="@android:id/tabhost" android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:id="@+id/linearLayout1" android:layout_height="match_parent" android:orientation="vertical"> <TabWidget android:layout_width="match_parent...
My Apps for photo editing https://play.google.com/store/apps/details?id=com.scorrer.jerseyeditor https://play.google.com/store/apps/details?id=com.phonegap.animalframe New for Fullscreen add in Android