[android-developers] How can I publish a app on playstore as a website

2016-01-30 Thread Neo Will
How can I publish app without developer name, just name of the website as in following case freelancer.com has done. https://play.google.com/store/apps/details?id=com.freelancer.android.messenger&hl=en -- You received this message because you are subscribed to the Google Groups "Android Develo

Re: [android-developers] FAILED Binder Transaction !

2012-06-29 Thread neo
Hi , I am also facing same problem while launching the new game application after downloaded from Google Play. Following logs are displayed :: <6>[ 463.271731] c1 binder: 1977:2001 transaction failed 29189, size 116-4 <6>[ 463.384665] c0 binder: 6532:6544 transaction failed 29189, size 200-0 P

[android-developers] Need Help Problem about socket communication between android smartphone and PC through WIFI

2012-06-17 Thread neo
or is " java.net.SocketException:No route to host".Could you tell me,why this error exist and how should I look through the reason of the error and amend it? Thanks a lot. neo -- You received this message because you are subscribed to the Google Groups "Android Developers&quo

[android-developers] Need Help Android communication

2012-06-17 Thread neo
Hi all, I have developed an application about Wifi communication between Smartphone and PC.When I try to run my application on actual device and PC,this Error (no route to host) always exists.Could you tell me,how can I solve this problem and what is the real reason. regards neo -- You

[android-developers] how to create a news app for android

2011-12-05 Thread Neosayayin (Neo)
I’m new in the world of android App developing and I’m looking for tutorials and samples on how I can create a News app for android. An example of what I’m looking to create is the PULSE News app. Thanks for the help and sorry about my English. -- You received this message because you are subscri

[android-developers] deadlock problem on GC Thread and HeapWorker Thread.

2011-09-14 Thread Neo
deadlock problem on GC Thread and HeapWorker Thread The deadlock could be raised by below condition. 1. GC thread requests all thread to suspend. (dvmCollectGarbageInternal -> dvmSuspendAllThreads) 2. HeapWorker could suspend with heapWorkerLock mutex. (doHeapWork -> callMethod -> lockMutex

[android-developers] Getting unique Id from android phones

2011-07-29 Thread neo
Hey, I was just trying to identify my app's users uniquely through their device Ids. I came across the concept of using TelephonyManager [which gives IMEI, unique for each phone] and ANDROID_ID but i read on blogs that at times ANDROID_ID returns just 'null' . I tested using ANDROID_ID on a few de

[android-developers] RenderScript: rsDebug messages not displayed with logcat

2011-07-08 Thread Neo
mething or does it go somewhere else? Thanks, Neo. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] Process Observing

2011-05-06 Thread Neo Apostol
Hi there, How can i found out the state of the system processes that are of the sphere of my interests? For instance , when they change the state from Running to Foreground? Thank YOU. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: Proxy again

2011-04-21 Thread Neo Apostol
I use HTC Hero device with Android 2.1 2011/4/21 Neo Apostol > Hi there, > Explain me please, Why I can't create settings of the proxy server with > help of method: > > //Main.java > Settings.Secure.putString(getContentResolver(), Settings.Secure.HTTP_PROXY, > p

[android-developers] Proxy again

2011-04-21 Thread Neo Apostol
Hi there, Explain me please, Why I can't create settings of the proxy server with help of method: //Main.java Settings.Secure.putString(getContentResolver(), Settings.Secure.HTTP_PROXY, param); //AndroidManifest Thank You. -- You received this message because you are subscribed to the

Re: [android-developers] Speed Download

2011-04-21 Thread Neo Apostol
Thank you. 20 апреля 2011 г. 16:17 пользователь Kostya Vasilyev написал: > Speed (rate) is something over time. > > Download speed is the number of bytes divided by elapsed time. > > Sample code: speed = size / time. > 20.04.2011 16:57 пользователь "Neo Apostol" >

[android-developers] Speed Download

2011-04-20 Thread Neo Apostol
Hi there, I wrote the method that downloads the file. How can I found out the speed of downloading the file? Maybe smb. has written the method like that? Thank YOU. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

Re: [android-developers] Android developer site is not working?

2011-03-08 Thread Neo Apostol
On 3/8/2011 3:02 PM, Abhilash baddam wrote: Hi, why http://www.developer.android.com is not working. Anybody is having any idea..? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@

Re: [android-developers] Best Eclipse Version.

2011-03-08 Thread Neo Apostol
On 3/8/2011 6:28 AM, Nathan wrote: I probably to reinstall Eclipse, so I wanted soem advice on teh best version. I've had 3.4. Some comments from others at Andevcon suggest that performance gets worse with 3.6 and 3.7. So is 3.5 Classic the best ever? Thanks Nathan I think that it's better

[android-developers] Handling longpress/longclick in MapActivity.

2011-03-03 Thread Neo Apostol
Hi there, How can it be done? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups

[android-developers] Changing of the ContentProvider

2011-02-21 Thread Neo Apostol
Hi there, I need to receive a notification about changing of the ContentProvider. With wat class it can be achieved.(ContentResolved or ContentObserver). I would like to see an example of this, if it is possible. -- You received this message because you are subscribed to the Google Groups "Androi

android-developers@googlegroups.com

2011-02-15 Thread Neo Apostol
Hi, Is it possible to write data from different threads to the SQLite DB at the some time? Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fr

[android-developers] SQLite & multithreads

2011-02-15 Thread Neo Apostol
Hi, Is it possible to write data from different threads to the SQLite DB at the some time? Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

android-developers@googlegroups.com

2011-02-15 Thread Neo Apostol
Hi, Is it possible to write data from different threads to the SQLite DB at the some time? Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe f

[android-developers] pagesize

2011-02-11 Thread Neo Apostol
Hi everyone, I'm create empty SQLite DataBase. When I view properties, I see size 5120 bytes. Why? Thank You. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsub

[android-developers] Neither Map Activity noe Google Maps showing the maps

2010-12-18 Thread neo
Hi all i am trying to use google maps in my application, but its showing only grids.Also when i try to launch the inbuilt Google maps, its showing the error: Network Failure: Need a working data connection I am behind a proxy server and emulator's web browser is working fine after putting the prox

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-05-03 Thread Neo
n Apr 30, 11:17 pm, MrChaz wrote: > You just need a 2pin to 3pin converter and the charger will work just > fine in the UK :D > > On Apr 30, 4:15 pm, feilfly wrote: > > > > > finally, I received it. But the charger is EU standard not UK > > standard :-( > > > On Apr 30, 3:09 pm, Ottavio Vanini w

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-05-03 Thread Neo
Got mine yesterday, in Gothenberg :) Thanks Google! On Apr 30, 10:53 pm, DKIT Android wrote: > In Norway. Still no N1. :-( > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@go

[android-developers] Use of SQLiteOpenHelper class for using SQLite

2010-03-02 Thread Neo
Hello ppl, I am trying to create an application similar to login form where user can register themselves for username, password, email etc.The functionality is as follows. When the user comes to this app it will be ask to either register or login. In case of user registering himself he enters firs

[android-developers] Select NetPreference faild

2009-10-22 Thread Neo
I have an application that only runs on mobile network only. The app does not work with WIFI. if the mobile and wifi all up, but i want my app used moblie if I then try the other setting (TYPE_MOBILE), I get a security exception (can't write secure settings). this feature can not be used int t

[android-developers] Re: Activity finish() question ??

2009-04-28 Thread Neo
because if i create media used the Application point(), i can't hear the sound public void playAudio(int type) { mMediaPlayer = MediaPlayer.create(this(or getBaseContext()), R.raw.online); mMediaPlayer.start(); } --~--~-~--~~---

[android-developers] Re: Activity finish() question ??

2009-04-27 Thread Neo
Application class public class MyApplication extends Application{ public static MyApplication getApplication(Activity activity) { // TODO should this be synchronized? if (app == null) { initialize(activity); } mActivity = activity;

[android-developers] Re: Activity finish() question ??

2009-04-26 Thread Neo
public static MyApplication getApplication(Activity activity) { // TODO should this be synchronized? if (app == null) { initialize(activity); } mActivity = activity; return app; } I means if i finish the Activity B, The Activit

[android-developers] Activity finish() question ??

2009-04-26 Thread Neo
hi guys I have a question about finish activity When start the activity i will set the activity object to the Application, and i will registry it in the Appication app = MyApplication.getApplication(this); 1. Start Activity A store A id 0x12345678 2. Activity A -> Activity

[android-developers] How to check a sql table exist or not??

2009-04-15 Thread Neo
public class DatabaseHelper extends SQLiteOpenHelper{ public DatabaseHelper(Context context, String name, CursorFactory factory, int version) { super(context, name, null, version); // TODO Auto-generated constructor stub init(); } @Override public void onCreate(SQLiteDatabase db) {} @Override pu

[android-developers] Re: problem ScrollView

2009-04-15 Thread Neo
i think may be this EmotionTextView is my own View ,so the system can't get the height, i need set determinate height for it ??? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] problem ScrollView

2009-04-15 Thread Neo
i have a problem about ScrollView i want add myView(extends View) to the ScrollView, myView i will draw something, image or text, but when i create myView and add it in the scrollView ,but get the Height = 0 onSizeChanged(), i don't know why? (1) myActivity final LinearLayout layout = n

[android-developers] How the use same instances when launching application twice

2009-04-13 Thread Neo
My app has 4 activities on the stack A->B->C->D (top) If you press home and re-enter the application, another instance of A is started, so the stack is A->B->C->D->A (top). I know this because when I press BACK, A is popped off and I now see D (instead of going to the Home screen). What I want

[android-developers] ExpandableListAdapter problem

2009-02-11 Thread Neo
In my code , i used the ExpandableListAdapter. In the getChildView(), i want my child item have two textview in it. So i create a RelativeLayout viewGroup. i debug it but it crash. problem if return the RelativeLayout be crash. if i return a TextView no problem, may be can't return ViewGroup ???

[android-developers] TabHost problem

2009-02-11 Thread Neo
How to set the image icon and text horizontal in the tab page ? How to set the tab page background not tabhost ? i read the source of android , not provide function, i want extends the tabhost, but the "IndicatorStrategy" interface of modify icon and text , is private please help me ! --~--~---

[android-developers] Re: String "Enter" problem

2009-02-05 Thread Neo
Thank you very much , i resolved it On 2月5日, 下午7时01分, Chander Pechetty wrote: > 1. Save as unix file/format > 2. use dos2unix > trick is to remove the carriage return character. > > On Feb 5, 7:44 am, Neo wrote: > > > > > i had aproblemabout read the file,

[android-developers] String "Enter" problem

2009-02-04 Thread Neo
i had a problem about read the file, in the inputstream, the string have a lot or "Enter" but the "Enter" display like this "口" i tried used the "android edit tools" and "UltraEdit" modify the string "Enter", but failed http://www.anddev.org/viewtopic.php?p=17564#17564 --~--~-~--~

[android-developers] requestFocus failed

2009-02-04 Thread Neo
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE); ScrollView sv = new ScrollView(this); ViewGroup.LayoutParams svLp = new ScrollView.LayoutParams( ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.WRAP

[android-developers] Re: Custom Home Screen..

2009-01-23 Thread Neo
rovide in the SDK for everything you need. > > We don't have a concept of badges.  If an app wants to get your attention, > it is does through the status bar / notification panel. > > On Fri, Jan 23, 2009 at 1:36 PM, Neo wrote: > > > Is there a way to get list of appl

[android-developers] Custom Home Screen..

2009-01-23 Thread Neo
Is there a way to get list of applications installed so as to display the icon images on my custom home screen. Does Android support iphone like badge functionality - alerts displayed on application icon? If no, would it be possible to build something similar in theory. Thanks. --~--~-~-

[android-developers] source not found

2009-01-14 Thread Neo
I create a new blankview extends view , i want load it from my layout.xml but when i debug it , error it said "source not found". if i don't debug it , it same. http://schemas.android.com/apk/res/ android" xmlns:app="http://schemas.android.com/apk/res/ com.example.android.apis" a

[android-developers] Re: GSolitaire is released

2008-06-13 Thread Neo
yeah. but it is too ugly now. :) On Jun 13, 3:16 am, eric <[EMAIL PROTECTED]> wrote: > One more thing, I think you forget to credit yourself in the > software.so whoever uses it knows who made it:) > > On Jun 13, 3:14 am, Neo <[EMAIL PROTECTED]> wrote: > &

[android-developers] Re: GSolitaire is released

2008-06-13 Thread Neo
s components utilizing that engine. > In other words, I'd like to see Free Cell as well :) > > On Jun 12, 10:14 am, Neo <[EMAIL PROTECTED]> wrote: > > > yes, i definitely should do that. > > > a friend suggested me not to move selected card to the bottom. > &

[android-developers] Re: GSolitaire is released

2008-06-12 Thread Neo
> Maybe you need to include this instruction with the game.since it > is a little different from the traditional solitaire on PC. > > Eric > > On Jun 11, 3:19 am, Neo <[EMAIL PROTECTED]> wrote: > > > oh, it is a little different from javasol because I feel it i

[android-developers] Re: GSolitaire is released

2008-06-10 Thread Neo
middle of the screen and I can't > drag the card elsewhere.unlike Javasol which runs > "normally" > > Maybe it needs fixing? or it is my emulator's fault? > > Cheers > Eric > > On Jun 10, 9:32 am, Neo <[EMAIL PROTECTED]> wrote: > &

[android-developers] Re: GSolitaire is released

2008-06-09 Thread Neo
d you download the source code via CVS, then run the application. On Jun 9, 2:39 am, eric <[EMAIL PROTECTED]> wrote: > mm, didn't see any installable files hosted on SourceForge. > > On Jun 9, 3:01 am, Neo <[EMAIL PROTECTED]> wrote: > > >https://sourceforge.net

[android-developers] GSolitaire is released

2008-06-08 Thread Neo
https://sourceforge.net/project/screenshots.php?group_id=229607&ssid=85022 GSolitaire, a solitaire game on gPhone Android platform, is finally released. Basically this game is changed from Javasol (http:// javasol.sourceforge.net/); I just changed the UI part into Android View, the whole program

[android-developers] Re: onTouchEvent triggered three times when I click on the screen only once

2008-06-06 Thread Neo
Event, onTouchMoveEvent, and onTouchUpEvent? On Jun 6, 4:56 pm, hackbod <[EMAIL PROTECTED]> wrote: > Down, move, up. Look at the action code in the event to see which of > these actions is happening. > > On Jun 6, 4:39 pm, Neo <[EMAIL PROTECTED]> wrote: > > > I didn't doubl

[android-developers] onTouchEvent triggered three times when I click on the screen only once

2008-06-06 Thread Neo
I didn't double confirm if it does trigger three times by creating a plain simple view yet. Below is my code. Now I add a timer so that the program just ignore the following trigger in 2 seconds. Has anybody encountered this problem before? private Date oldDate = new Date(); @Overri

[android-developers] using mysql

2008-05-08 Thread neo beyond the matrix
I want to access a mysql database from android –sending/receiving data great answers welcome :) neo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] adding a button to android web browser

2008-05-08 Thread neo beyond the matrix
I'd like to to add a button to android web browser for running my own code. points of departure for doing so welcome :) neo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] Looking for great starting points towards developing i-browser

2008-05-08 Thread neo beyond the matrix
) quickly program my own android-based web browser with a special button Both advice on what way I can follow, and on code including simple samples for starting are nicely welcome. thanks, neo --~--~-~--~~~---~--~~ You received this message because you are subscribed