Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 1 update in 1 topic

2021-07-24 Thread Nsubuga Hassan
ျျ,ျh On Sun, Jul 25, 2021, 09:13 wrote: > android-developers@googlegroups.com > > Google > Groups > >

Re: [android-developers] Our App has been removed from Google Play.

2018-05-08 Thread Hassan Khan
Updated your privacy policy and mention all thing which you are getting from users . Also not in your application but also in google play store Store Listing. After you update your application you have to update your application with increment in version code. After Google review your app will be a

[android-developers] How to set words to AutoCompleteTextView based on user types

2017-02-17 Thread Ashiq Hassan
I'm developing dictionary application for our native language. I'm stuck with AutoCompleteTextView, i want to have list of words in AutoCompleteTextView based on what user types in it. Word are retrieved from SQLite db. Please help me to implement such kinda AutoCompleteTextView. *SQLite db rela

[android-developers] mounting sd card using commands in marshmallow

2016-09-04 Thread Hassan Siddiqi
Im using lg g3 d850 at&t, marshmallow, stock based fulmics 5.3 Is there a way to mount the external sd card to /storage using commands like in previous android versions or maybe call some service to do that after you have unmounted the sd card using a command. there is more detail on the follow

[android-developers] Re: 'org.apache.http.params.HttpParam' is deprecated

2015-12-10 Thread Hanis Hassan
urnedUser; } @Override protected void onPostExecute(IRAQUser returnedUser) { progressDialog.dismiss(); userCallback.done(returnedUser); super.onPostExecute(returnedUser); } } } Please help me solve this problem... On T

[android-developers] Re: 'org.apache.http.params.HttpParam' is deprecated

2015-12-09 Thread Hanis Hassan
'C:\Program Files\Java\jdk1.8.0_40\bin\java.exe'' finished with non-zero exit value 2" What should I do?? On Thursday, December 10, 2015 at 11:33:10 AM UTC+8, Trevor Johns wrote: > > On 2015-12-10 03:17:39 +, Hanis Hassan said: > > > Hi... > > I'm still

[android-developers] Re: 'org.apache.http.params.HttpParam' is deprecated

2015-12-09 Thread Hanis Hassan
On Thursday, December 10, 2015 at 11:17:39 AM UTC+8, Hanis Hassan wrote: > > Hi... > I'm still newbies... > Anyone please help me solve this problem... > This is my full codes for IRAQRequestServer.java :- package com.example.hanishassan.iraqapplication; import androi

[android-developers] 'org.apache.http.params.HttpParam' is deprecated

2015-12-09 Thread Hanis Hassan
Hi... I'm still newbies... Anyone please help me solve this problem... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googl

[android-developers] Apps money

2013-01-07 Thread hassan alsiouf
Hello i want to ask,Is Jordan included in android transferring money ? -- 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 a

Re: [android-developers] Debug Certificate

2012-11-27 Thread Nsubuga Hassan
ot;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.com > For more options, visit this group at > http://groups.google.com/

[android-developers] Re: live video streaming

2012-04-18 Thread Hassan
Luis Tiago gmail.com> writes: Hi all, > > i need help on live video streaming. I want to do the following > > things in live video streaming. > > 1. I want to broadcast the live video which is recording by camera > > from one android mobile directly to a particular ip address. > > 2. now i wa

[android-developers] Re: Android 3.2 - Webview and Password Fields

2011-10-27 Thread Sam Hassan
Hi Michael, I've been having the same issue, found this bug report: http://code.google.com/p/android/issues/detail?id=20446 Sam. On Oct 12, 11:00 pm, Michael wrote: > Hi, > > I currently have a Xoom, Galaxy Tab 10.1 and Sony S tablet. In my app, > I have a fullscreen of a WebView and its loadin

[android-developers] Tutorial on Google Map Tracking Application

2011-09-19 Thread Hassan Syed
Learn with Source Code Google Map Vehicle Tracking Application http://zubehshi.com/2011/09/using-google-map-for-tracking-application/ Regards, Syed Hassan Ahmed Cell +92 322 222 0181 -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] help required with the tcp socket programming with android

2011-05-04 Thread hassan
HI Could some one let me know were i am going wrong as i am not able to successfully establish a connection between Android and desktop server pc . My android client program is package com.example.socketandroid; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOExc

[android-developers] ZIpFile Extraction Problem

2010-11-30 Thread Hassan Imtiaz
://pastie.org/1337599 Thanx, Hassan Imtiaz -- 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-developer

[android-developers] Activity Stack Problem

2010-07-15 Thread Hassan Imtiaz
previous activities also exist.) I haven't set any launching mode for any activity in my app(like single instance etc). What i don't need is that previous activities load on pressing back button on first activity. pleases help... Regards, Hassan Imtiaz -- You received this message becau

[android-developers] Re: How Add Rating Bar on App Widget???

2010-03-10 Thread Gulfam Hassan
... 25 more > > I want to know is it possible to add "Rating Bar" in a widget and if > yes then How??? > > Thanks in advance. > Gulfam Hassan > -- You received this message because you are subscri

[android-developers] Unable to update gui

2010-02-09 Thread Hassan Imtiaz
wRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views". I handled this issue by updating my textviews through handlers. Is it the recommended way? Any suggestions? Regards, Hassan Imtiaz -- You received this message because you are subscri

Re: [android-developers] Re: Start and Stop music on application launch and stop

2010-01-05 Thread Hassan Imtiaz
in this case? Best Regards, Hassan Imtiaz On Tue, Jan 5, 2010 at 2:38 PM, tobias429 wrote: > Hi Hassan, > > You can use the onPause() and onResume() functions for this. Just > override the original functions and place the code to start your sound > in onResume() and the code to

[android-developers] Start and Stop music on application launch and stop

2010-01-04 Thread Hassan Imtiaz
Hi, In my application i have several activities and i want to start background music whenever my *Application* is launched and stop music whenever *Application* is paused or stopped. Any help?. Regards, Hassan Imtiaz -- You received this message because you are subscribed to the

[android-developers] Re: Problem Using Jar File

2009-08-27 Thread Hassan Imtiaz
Hi Mark, Thanks for your reply.Right now i am not using the R file of that project whose jar file is created.Jar file does not contains R files of that project.So R.layout and R.id's are created in the client project where i am using jar file. Regards Hassan I

[android-developers] Problem Using Jar File

2009-08-27 Thread Hassan Imtiaz
also listed all the activites of jar in manifest file of that project. But when i call an activity that is inside jar file it loads the wrong xml file.I mean if inside an activity i have setContentview (R.layout.test1) but it loads another file instead of test1. Any Help?? Regards, Hassan Imtiaz

[android-developers] How Delete SMS from inbox programmatically OR discard it before received in inbox

2009-02-20 Thread Gulfam Hassan
Hi, I want to Delete SMS how i can delete it programmatically? I am receiving sms in my application in this format string. "12345 username password" ** i have post this thread on so many groups and forums but i dont receive any reply from last one week. its very urgent