. f March 2013 ~ Android Developers Blog

Sunday, 31 March 2013

Roboelectric : AndroidManifest.xml not found or not a file

Hello Friends, While Running my first android Test Project, I found                                                                          ...

Friday, 22 March 2013

Android Unit Testing With Robolectric | Android TDD | Android Unit Test Case

Hello Droid Guys,            This is my first android Hello World test project using Roboelectric. This tutoial covers  following testing topic.                                              ...

Tuesday, 19 March 2013

Steps to configure RoboElectric with Eclipse | Roboelectric | Test Driven Development

Roboelectric Setup with eclipse:                        Hello Droid Guys, have you thinking of  Test Driven Development in Android  using Roboelectric and Mockito??                                   ...

Tuesday, 12 March 2013

ScrollView in android | horizontal scroll view in android | scroll image horizonatlly and vertically both

Hello friends, Using the following xml code you can scroll an image in both horizontally and vertically. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:background="@color/white"     android:orientation="vertical" >        <ScrollView          android:id="@+id/ScrollView01"          android:layout_width="wrap_content"        ...

Thursday, 7 March 2013

Setting working Environment for Android

Hello My Droid Friends, Set Working environment for Android To work on android we need to setup working environment. Before setting up android environment we need to fulfill some basics like 1. JDK must be installed (to install http://www.oracle.com/technetwork/java/javase/downloads/index.html) 2. Eclipse for java must be installed (http://www.eclipse.org/downloads/) We...

 

Copyright @ 2013 Android Developers Blog.