Contact for Android Technical support, Free lancing and online training +919133711199, Email id: rams4android@gmail.com
Tuesday, 9 December 2014
Thursday, 4 December 2014
Wednesday, 3 December 2014
Simple ListView with Event Handling video tutorial
click the link to watch tutorial : https://www.youtube.com/watch?v=yxTwd-Rgry4&list=UUBAynczvFCAxrlXvdqX7AJw
Tuesday, 2 December 2014
Location Profile Automatic App on Google Play
Hi to all my blog followers,
Here i'm giving the link of my latest app on google play called Location Profile Automatic.
Try my application and give me rating and comments to improve this application.
app link : https://play.google.com/store/apps/details?id=com.ram.locationupdates
Here i'm giving the link of my latest app on google play called Location Profile Automatic.
Try my application and give me rating and comments to improve this application.
app link : https://play.google.com/store/apps/details?id=com.ram.locationupdates
Friday, 7 November 2014
Rotating View in Layout in Android
We can rotate any view in layout from default to any angle .
For example below ImageView in layout before rotating like as follows.
xml code:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.ram.viewrotate.MainActivity"
tools:ignore="MergeRootFrame" >
<ImageView
android:id="@+id/imageView1"
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:src="@drawable/ic_launcher"
/>
</RelativeLayout>
If you want to rotate just add rotate property to the view for example i have added to imageview After adding rotation property view looks like as follows
xml code:
<ImageView
android:id="@+id/imageView1"
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:src="@drawable/ic_launcher"
android:rotation="90"/>
For example below ImageView in layout before rotating like as follows.
xml code:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.ram.viewrotate.MainActivity"
tools:ignore="MergeRootFrame" >
<ImageView
android:id="@+id/imageView1"
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:src="@drawable/ic_launcher"
/>
</RelativeLayout>
If you want to rotate just add rotate property to the view for example i have added to imageview After adding rotation property view looks like as follows
xml code:
<ImageView
android:id="@+id/imageView1"
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:src="@drawable/ic_launcher"
android:rotation="90"/>
Tuesday, 4 November 2014
Nature Wallpapers Application
Download here : https://play.google.com/store/apps/details?id=com.ram.naturewallpapers
ScreenShots :
ScreenShots :
Subscribe to:
Posts (Atom)











