(*)The correct approach:
change the version in manifest
http://schemas.android.com/apk/res/android";
package="com.mek.amr.amrradio"
android:versionCode="1"
android:versionName="1.1" >
(*)It's not mandatory to uninstall in the device but
On Tuesday, July 10, 2012 11:47:55 AM UTC+5:3
The .gif file format is discouraged. Consider using .png (preferred) or
.jpg (acceptable) instead.
http://developer.android.com/guide/topics/resources/drawable-resource.html#Bitmap
On Monday, July 9, 2012 11:46:06 PM UTC+5:30, arunkumar wrote:
>
> Hello all,
> I have loading gif image. i am
Hello Kristopher,
Could you tell me what is best in Mark Murphy's books.
Hello Jason Hsu
Yes, official document is always the first choice to learn from basics to
advanced.
Follow the developers blog for latest updates and useful points for
practical implementations,etc.
Books would help
n<http://developer.android.com/guide/google/gcm/c2dm.html> document
for more information
On Saturday, June 30, 2012 10:57:55 AM UTC+5:30, Mek Rama wrote:
>
> can you share the news from Google android or send the link if it is
> posted in Google's android blog.??
>
> On Thursday
can you share the news from Google android or send the link if it is posted
in Google's android blog.??
On Thursday, June 28, 2012 2:46:47 PM UTC+5:30, SIDHU wrote:
>
> Hi guys C2DM was deprecated and GCM came into existance plz notify this to
> every one
>
>
--
You received this message becau
Hello Bhaumik Thaker,
You need execute the code in a thread.
For example use asynctask and update the UI thread if required.
You may need to use Handler on main thread to execute async task so that it
works in 4.x version and lower versions.
regards
On Wednesday, May 16, 2012 3:54:29 PM UTC+5
Hello Bhaumik Thaker,
You need execute the code in a thread.
For example use asynctask and update the UI thread if required.
You may need to use Handler on main thread to execute async task so that it
works in 4.x version and lower versions.
regards
On Wednesday, May 16, 2012 3:54:29 PM UTC+5
Fragments seems to be better fit for your requirement.
Use of hidden layouts is not recommended.
On Monday, May 28, 2012 4:33:48 PM UTC+5:30, gayathri r wrote:
>
> Hi All,
>
> How is it possible to split a screen into say 3 or 4 sections?I want
> to basically have different colour option to be
Layout:
Two layout xml files: 1)one layout for listview 2)another layout for list
items. use two textview widget and arrange it one below other.
Layout: 1)linear layout 2)relative layout or use combination of relative
and linear
application code:
use i)SimpleCursorAdapter ii)custom adapte
Yes, Fragments helps a lot.
I did multi tasking using activities, Asyctask, hidden layouts in a
Relative lout,etc.
But Fragments is the best solution, I believe.Not sure about compatible
jars of fragments that works in lower versions, but heard that it works
equally good.
I think every knows
10 matches
Mail list logo