Re: [android-developers] Upgrading Apk

2013-10-09 Thread Isuru Madusanka
You must need old keystore file, unless u won't able to upload, because android play market need you to sign with same key file. On Oct 9, 2013 10:36 AM, "Rahul Kaushik" wrote: > Hello , > i have lost my old keystore signing file for the older version of > apk,when i try to upload new apk with n

Re: [android-developers] Developing a packet sniffer on Android

2013-04-29 Thread Isuru Madusanka
There is a project called jpcap which use PCAP library to capture packets by Java. http://sourceforge.net/projects/jpcap/ On Tue, Apr 16, 2013 at 6:30 PM, Ishan Sharma wrote: > Hello! > > I am trying to develop a packet sniffer for Android. From what I have > searched around the best approach s

Re: [android-developers] Is there good source for Themes for Android applications

2013-04-15 Thread Isuru Madusanka
This is interesting. I wanted to find the same thing, but wasn't successful. However, there are some built in themes like Holo Dark etc. On 4/15/13, Subodh Nijsure wrote: > Yes, I have done google search on Android Theme collection and > haven't come across anything impressive. > > Is there a go

[android-developers] [images] Two animations top of one another

2012-06-11 Thread Isuru Madusanka
I have to create two animations one for snowing and other for countdown. Just like above image. I could make snow flowing, but I don't know how to put the countdown. If you hav

[android-developers] Re: Combining a Business and Gaming App

2012-06-11 Thread Isuru Madusanka
Well, I tried Paint class, but it is not cool. What you tried? My code is, paint = new Paint(); paint.setColor(Color.BLACK); paint.setTextSize(70); paint.setColor(Color.RED); paint.setAntiAlias(true); Context mContext = getContext(); Typeface myTypeface = Typeface.createF

[android-developers] Android ProgressBar with threads

2012-02-10 Thread Isuru Madusanka
I am working on ProgressBar class in android, but I can't make it progress through 5 seconds and load the application. Everything works but the progress bar not progressing. Here is the code. public class StartPoint extends Activity{ ProgressBar progressBar; private int progressBarStatus = 0; @O

[android-developers] Developing Android App For A Forum

2012-02-06 Thread Isuru Madusanka
Hi! I have a basic knowledge of android and my friend asked me to develop an application for his forum and I wonder how I do that. That forum is depend on vBulletin 3.7.6. and how I use Activities and can I directly post to forum by using custom made forms or is it only possible to use WebView? -

[android-developers] Re: Developing with c/c++ on android.

2011-11-03 Thread Isuru Madusanka
Check out this article http://www.zdnet.com/blog/burnette/program-for-android-in-cc-with-the-native-development-kit-if-you-dare/1284 On Nov 1, 2:43 pm, "mukesh.savaliya" wrote: > Hi,All, > > I am a new bie developer in android. I was searching for a good docs > related to developing application >