[android-developers] Re: Help

2019-08-19 Thread Thatotherplayer
> > Here is what I have so far. > https://drive.google.com/open?id=1t9wWe5OJuUYhATMhCpOmqwfhAQ0W45AH -- 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] Re: help me to link up all of my activities

2019-07-21 Thread Pakleni Kauboj
I am intrested! четвртак, 17. јануар 2013. 16.27.56 UTC+1, Prabu Siabuabu је написао/ла: > > hi everyone! i was wonder is it possible to make an app like this? -> > http://i1193.photobucket.com/albums/aa344/hiatus1/wireframe_zps9e434b1b.jpg > and > if yes, how can i do that?? i'm stuck on to

[android-developers] Re: help me to link up all of my activities

2019-07-17 Thread stephen Yeary
On Thursday, January 17, 2013 at 4:07:42 PM UTC-6, bob wrote: > You probably want to focus on the startActivityForResult method: > > > public void startActivityForResult (Intent intent, int requestCode, Bundle > options) > Added in API level 16 > Launch an activity for which you would like a

[android-developers] Re: Help downloading Android Studio

2017-09-11 Thread Joshan Tandukar
If your Studio is running then its ok. otherwise you have to installed them that is retry if only you need to be up to date -- 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

[android-developers] Re: Help downloading Android Studio

2017-09-09 Thread Олег Сакун
In Main Window Tools- Android- SDK Manager- Android SDK-SDK Tools суббота, 9 сентября 2017 г., 8:55:14 UTC+3 пользователь Arturo Lara написал: > > Здравствуйте, я пытался получить последнюю версию Android студии готова в > моем компьютере , чтобы начать обучение разработки

[android-developers] Re: Help with error [BM-CPL-38] trying an app-in purchase

2016-11-10 Thread David Ramos
Finally it was a issue with the data of Google Wallet Merchant, they need more info about the company and they blocked the payments for our clients without any notification to us... :-O El domingo, 6 de noviembre de 2016, 13:11:54 (UTC+1), David Ramos escribió: > > Hello, > > Since few weeks

[android-developers] Re: Help me this problem

2016-08-31 Thread Michael Thai
Vào 02:04:37 UTC+7 Thứ Tư, ngày 31 tháng 8 năm 2016, Michael Thai đã viết: > > Hello guys > when i used android studio ver 2.1.2 and use method , parameter is very > clear for me to understand this method > >

[android-developers] Re: Help me to find best android phone

2016-07-18 Thread mangorobot
This group is for development. You will have better luck posting in this group: http://slickdeals.net/forums/forumdisplay.php?f=11 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails

[android-developers] Re: Help me to find best android phone

2016-07-18 Thread mangorobot
This group is for development. You will have better luck posting in this group: http://slickdeals.net/forums/forumdisplay.php?f=11 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails

[android-developers] Re: Help me to find best android phone

2016-07-18 Thread mangorobot
DS, for that budget, your best bet is to look for a refurbished/used phone. I would recommend: - Galaxy Note 3, root and install the latest Android - Galaxy Note 4, root and install the latest Android - Nexus 5x - Nexus 6p I'm currently using a Galaxy Note 3, rooted with Android

[android-developers] Re: Help designning the UI

2016-06-17 Thread Ventura
The videos are great, also I didn't know that 1 dp is 1 pixel in a 160 dpi screen. This makes my life easier :) El lunes, 6 de junio de 2016, 18:00:40 (UTC+2), Diego Torres Milano escribió: > > Follow https://developer.android.com/design/material/index.html > > > On Sunday, 5 June 2016 07:16:02

[android-developers] Re: Help designning the UI

2016-06-17 Thread Ventura
Thanks:D El lunes, 6 de junio de 2016, 18:00:40 (UTC+2), Diego Torres Milano escribió: > > Follow https://developer.android.com/design/material/index.html > > > On Sunday, 5 June 2016 07:16:02 UTC-4, Ventura wrote: >> >> Hello, I am trying to design a cool UI for my app, because it's really >>

[android-developers] Re: Help designning the UI

2016-06-06 Thread Diego Torres Milano
Follow https://developer.android.com/design/material/index.html On Sunday, 5 June 2016 07:16:02 UTC-4, Ventura wrote: > > Hello, I am trying to design a cool UI for my app, because it's really > ugly at the moment. > > How can I know what size will have my icons and what mobile should I >

[android-developers] Re: Help please - Bricked Nexus 9 after uninstall of Android N

2016-06-03 Thread Graham Dean
I have now got my device working by sideloading Android N image, not achieved my objective of unenrolling but at least I have a device that boots, will wait for a more stable version eventually :) On Thursday, 2 June 2016 14:48:37 UTC+1, Graham Dean wrote: > > Hi I need some help please, not

[android-developers] Re: help, I have a Chinese phone oppo u707t

2016-04-13 Thread 贾楷阳
To install Google services,you need this : http://www.pc6.com/az/82861.html 在 2016年4月14日星期四 UTC+8上午3:23:02,Isaac Reyes Hernández写道: > > help, I have a Chinese phone oppo u707t and I could not install google > services, not even I could do fastboot oem unlock, if anyone knows how to > change

[android-developers] Re: Help with Android Studio GUI

2016-04-04 Thread Nick Black
This panel missing... -- 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...@googlegroups.com. To post to this group, send email

[android-developers] Re: Help with this code

2016-01-15 Thread Paulo Figueira
Hi, I've tried to do that on xml file but the problem still going because --- LinearLayout layout = new LinearLayout(this); --- it creates always a new LinearLayout and so i can't make it scrollable. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: Help with this code

2016-01-15 Thread gjs
Hi, I think you might do better using a ListView here is a simple tutorial that might help you get started http://www.vogella.com/tutorials/AndroidListView/article.html Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Re: Help with this code

2016-01-14 Thread gjs
Hi, Put your (Linear) layout inside a ScrollView - http://developer.android.com/reference/android/widget/ScrollView.html Nice to see someone hand coding their View in java, this is handy for Views created dynamically at runtime :-) Regards On Friday, January 15, 2016 at 4:51:15 AM UTC+11,

[android-developers] Re: Help: Android Studio continually crashing Windows 10

2015-12-02 Thread VISHAL TIKKU
As my understanding its not the windows issue, try to assess your systems BIOS settings. On Tuesday, December 1, 2015 at 1:58:52 PM UTC+5:30, Joshua Springer wrote: > > Hi, I've been developing an Android app for one of my classes. I am > familiar with programming and using computers in

[android-developers] Re: Help: Android Studio continually crashing Windows 10

2015-12-01 Thread Trevor Johns
On 12/01/2015 12:28 AM, Joshua Springer wrote: Hi, I've been developing an Android app for one of my classes. I am familiar with programming and using computers in general, but not virtualization software. I am trying to get Android Studio on my computer, but having some serious problems. I

[android-developers] Re: Help please

2015-11-30 Thread Katja DeCuir
I believe that question would better be asked to Samsung, as they have to adapt android to their devices first before releasing it. from what i've read online, their hardware isn't that stable and it was Samsung themselves that overlooked that issue. On Monday, November 30, 2015 at 3:46:58 PM

[android-developers] Re: Help - Google has terminated my Developer Account

2014-08-12 Thread reignmang
Google removed one of my apps from the market a couple years ago. They gave me no explanation and would not response to any inquiries. It was completely ridiculous. I sure hope you have better luck than me :/ On Friday, August 1, 2014 1:14:25 AM UTC-5, Terry wrote: After two incidents – of

[android-developers] Re: Help with native exception: ScriptIntrinsicBlur.create() throws RSRuntimeException: Internal error: Object id 0

2014-05-28 Thread Streets Of Boston
Be sure to call 'destroy()' on your Renderscript rs variable when you're done with it (just before the 'return bm' statement). It wouldn't hurt to call 'destroy()' on the 'input' and 'ouput' variables as well when you're done with it. Try that and see if this fixes your problem. On Tuesday,

[android-developers] Re: Help needed -- There is no linked app associated with this client ID.

2014-02-15 Thread Robert Auger
I have the same problem. I don't understand how to register 2 client ID (one for debug and one for production) in the Games services console. If the answer is known, please let me know. Le dimanche 27 octobre 2013 10:50:48 UTC+1, FReDD a écrit : Hi all, I'm becoming crazy with this one. I

[android-developers] Re: help needed.......

2013-08-03 Thread Lew
ramesh babu wrote: suggest me a project in android [sic] which is not application oriented??and it may be a ieee [sic] journal paper of 2013 - What possibly could you mean by not application oriented? Isn't anything you do on a computer an application by definition? - Shouldn't

[android-developers] Re: Help with AndroidAnnotations

2013-07-29 Thread Ricardo Cardoso
any idea? 2013/7/25 Ricardo Cardoso rick@gmail.com Testing the console using CURL typing curl -v -H 'Content-Type: application/json' -H 'Accept: application/json' -X POSThttp://localhost:3000/api/v1/registrations -d {\user\:{\email\:\us...@example.com

[android-developers] Re: Help with AndroidAnnotations

2013-07-25 Thread Ricardo Cardoso
Testing the console using CURL typing curl -v -H 'Content-Type: application/json' -H 'Accept: application/json' -X POSThttp://localhost:3000/api/v1/registrations -d {\user\:{\email\:\us...@example.com \,\firstname\:\anotheruser\,\password\:\secret1234\,\password_confirmation\:\secret1234\}} In

[android-developers] Re: help me to get android Map key

2013-06-22 Thread VenomVendor™
This should help you http://venomvendor.blogspot.in/2013/04/generating-api-key-for-google-mapsv2.html On Friday, 21 June 2013 21:15:18 UTC+5:30, mansur wrote: Hi, I am trying get android google Map key, where II have followed all the steps that mentioned

[android-developers] Re: HELP

2013-05-19 Thread Piren
The key means nothing.. thats for signing the app, not for encrypting ityou can always extract the sources from the APK regardless of the key (google how to extract sources from an apk), but even if you didnt obfuscate it before, the code would not be the same as you had before... there

[android-developers] Re: help needed for raw developer like me

2013-04-24 Thread Piren
. Is there any book or web site of collections of all classes and methods well explained, really?? http://developer.android.com/develop/index.html On Thursday, April 18, 2013 6:51:11 AM UTC+3, Arun Karkare wrote: Hello dear expert programmers! I am extremely new and very raw to Android

[android-developers] Re: Help Required for Game Programming

2013-04-02 Thread bob
I would suggest you take a look at this book: *http://www.amazon.com/Beginning-Android-Games-Mario-Zechner/dp/1430246774/* Thanks. On Tuesday, April 2, 2013 5:59:26 AM UTC-5, Bhavin wrote: Dear Sir, I am quit new for Android Game development. I have started to learn few tutorial for

[android-developers] Re: help needed

2013-03-16 Thread Jason
You need a google maps key because access to the google maps API is rate limited. On Friday, March 15, 2013 10:41:25 PM UTC-7, ramesh babu wrote: for developing google map application why do we required sha1 key??... -- -- You received this message because you are subscribed to the Google

[android-developers] Re: help needed

2013-03-16 Thread Tamilarasi Sivaraj
you need *MD5 Finger Print key* for developing Google map application.. Regards Android developer Trinay Technology Solutions www.trinaytech.com 5705750475 On Saturday, March 16, 2013 11:11:25 AM UTC+5:30, ramesh babu wrote: for developing google map application why do we required sha1

Re: [android-developers] Re: help needed

2013-03-16 Thread ramesh babu
thank u jasontamilarasi sivaraj,and here is another problem while developing apps,that is i can't import the packages in the program import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.MapFragment; -- -- You received this message because you are subscribed to the

Re: [android-developers] Re: help needed

2013-03-16 Thread Tamilarasi Sivaraj
have you put this *uses-library android:required=true android:name=com.google.android.maps /* line into your manifest file. Regards Android developer Trinay Technology Solutions www.trinaytech.com 5705750475 On Saturday, March 16, 2013 3:20:30 PM UTC+5:30, ramesh babu wrote: thank u

Re: [android-developers] Re: help needed

2013-03-16 Thread ramesh babu
yes,i have those lines in manifest file,but i can't import those files in my application and the coding are Manifest file:- ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.ramesh.map android:versionCode=1

Re: [android-developers] Re: help needed

2013-03-16 Thread Tamilarasi Sivaraj
have you install the Google play service from the sdk? On Saturday, March 16, 2013 4:10:28 PM UTC+5:30, ramesh babu wrote: yes,i have those lines in manifest file,but i can't import those files in my application and the coding are Manifest file:- ?xml version=1.0 encoding=utf-8?

Re: [android-developers] Re: help needed

2013-03-16 Thread ramesh babu
s i have installed it -- -- 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.com

Re: [android-developers] Re: help needed

2013-03-10 Thread ramesh babu
thank u bob. -- -- 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.com

[android-developers] Re: help needed

2013-03-08 Thread bob
Here is an example of how to use the TimePickerDialog: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); * TimePickerDialog dialog = new TimePickerDialog(this, null, 0, 0, false);* * dialog.show();* }

[android-developers] Re: Help needed

2013-03-05 Thread Gabriel Augusto
Check strings.xml in 'values' folder Em terça-feira, 5 de março de 2013 07h40min20s UTC-3, ramesh babu escreveu: hi frnds, i am just start learning about android,while i am developing a simple app i got stuck with these error: Error: No resource found that matches the given

Re: [android-developers] Re: Help needed

2013-03-05 Thread naresh pedagani
Hi, remove the code like android:text='@string/action_settings in xml file and clean the project.then add the code android:text='@string/action_settings, then it will work.it happens some time if R.java file is not updated. ThanksRegards, Naresh On Tue, Mar 5, 2013 at 5:15 PM, Gabriel Augusto

Re: [android-developers] Re: Help needed

2013-03-05 Thread ramesh babu
thanks bro's problem has been recovered -- -- 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

Re: [android-developers] Re: Help needed

2013-03-05 Thread ramesh babu
for what purpose findViewById is used -- -- 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

Re: [android-developers] Re: Help needed

2013-03-05 Thread naresh pedagani
Hi , findViewById() method is used to get the object of the view. *example*: *main.xml* contain one button i want to provide the action for this button, so we need to create the object in the java file by passing id. Button android:id=@+id/btn_New

Re: [android-developers] Re: Help needed

2013-03-05 Thread ramesh babu
thanks naresh bro -- -- 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.com

[android-developers] Re: Help with a service I'm trying to do

2013-02-11 Thread RichardC
http://developer.android.com/guide/components/services.html On Monday, February 11, 2013 9:50:36 PM UTC, pedrohms wrote: I m thinking to do a service where I have a interface I can interact with my service in all android. Have same way to do this? I have to use NDK? Or can I do this in

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2013-02-03 Thread Simon Frederic
Hi Everyone, I am facing a similar issue with an app I posted last year for testing. Event Animals. the app was downloaded 10 times (for testing only) I received a similar email. No explanation whatsoever for the suspension; and unfortunately no response whatsoever to email. Post suspension I

[android-developers] Re: help me to link up all of my activities

2013-01-19 Thread Prabu Siabuabu
Hi Bob, thanks for your details explanation.. it give me an insight about my issue.. i'll search more about startActivityForResult method. thanks a lot dude! On Friday, January 18, 2013 5:07:42 AM UTC+7, bob wrote: You probably want to focus on the *startActivityForResult* method: public

[android-developers] Re: help me to link up all of my activities

2013-01-17 Thread bob
You probably want to focus on the *startActivityForResult* method: public void startActivityForResult (Intent intent, int requestCode, Bundle options) Added in API level 16 Launch an activity for which you would like a result when it finished. When this activity exits, your onActivityResult()

[android-developers] Re: Help for stop service with Alarm Manager

2013-01-13 Thread G. Blake Meike
I've seen this before and I cannot say that I know the answer for certain: it's never happened to me. I will say this: 1) I'm deeply suspicious of the 0 you are passing as the flag used to identify the pending intent. That is the main way of identifying the intent you want to stop. Create a

[android-developers] Re: Help regarding talking tom application

2013-01-09 Thread tom
Hi u need store the recorded files into sdcard. On Monday, November 12, 2012 12:54:51 PM UTC+5:30, santosh kumar wrote: Hello All, I want to develop an application similar to talking tom, does anyone have source code for that application or any link pls share.

Re: [android-developers] Re: Help regarding talking tom application

2013-01-09 Thread Parvathy Chandran
hi.. yes once having those files in the sdcard, in order to do any kind of processing, we need the sample values in a float array rite? My doubt is how to obtain that? Thanks! On Wed, Jan 9, 2013 at 2:27 PM, tom javapo...@gmail.com wrote: Hi u need store the recorded files into sdcard. On

[android-developers] Re: Help regarding talking tom application

2013-01-09 Thread tom
Hi, can you explain clearly *Why we need the sample values in a float array rite?* ? And you could stored your files in sdcard.. Thanks On Monday, November 12, 2012 12:54:51 PM UTC+5:30, santosh kumar wrote: Hello All, I want to develop an application similar to talking tom,

Re: [android-developers] Re: Help regarding talking tom application

2013-01-09 Thread Parvathy Chandran
hi.. I hope you know about MFCC features. Suppose we want to extract those features from an audio clip, we need to obtain the sample values in an array rite? Am I making it clear? On Wed, Jan 9, 2013 at 3:36 PM, tom javapo...@gmail.com wrote: Hi, can you explain clearly *Why we need the

Re: [android-developers] Re: Help regarding talking tom application

2013-01-09 Thread tom
Hi, I didn't used MFcc Features so far... So i searched linked about that issue I think this link will be useful to you... http://stackoverflow.com/questions/10799786/mfcc-data-format-to-train-hmm Thanks On Wednesday, January 9, 2013 3:56:27 PM UTC+5:30, Parvathy Chandran wrote: hi,

Re: [android-developers] Re: Help regarding talking tom application

2013-01-09 Thread Parvathy Chandran
Hi.. Thanks a lot. But this was not what i wanted :(. Let me try to explain it all over again. Any audio signal when sampled will have the amplitude values at discrete instants. ie, if x(t) is the continuous signal, x(n) is the discrete one. Let us say x(0)=1, x(1)=2, x(2)= 3 etc etc. So my

Re: [android-developers] Re: Help regarding talking tom application

2013-01-09 Thread tom
Hi, I didn't understood your process clearly.. without code... I hope this link is help for your solution.. http://stackoverflow.com/questions/11844914/get-the-frequency-of-an-audio-file-in-every-1-4-seconds-in-android Thanks On Wednesday, January 9, 2013 4:37:27 PM UTC+5:30, Parvathy

[android-developers] Re: Help regarding talking tom application

2013-01-08 Thread bob
Maybe use voice recognition and then Text To Speech? On Monday, November 12, 2012 1:24:51 AM UTC-6, santosh kumar wrote: Hello All, I want to develop an application similar to talking tom, does anyone have source code for that application or any link pls share.

[android-developers] Re: Help regarding talking tom application

2013-01-08 Thread Nobu Games
Last time I checked, that app wasn't that sophisticated. I believe it just parrots what the user says by recording audio and playing it back with a higher pitch. For making that possible you'd need to continuously record audio in a fixed size memory chunk where old audio data will be

[android-developers] Re: Help regarding talking tom application

2013-01-07 Thread Parvathy Chandran
hi.. Even I am looking for some ways to do processing on an audio file read from sdcard. Can anyone please tell me how to get the sampled audio data in a float array or something? Thanks! Parvathy Chandran On Monday, November 12, 2012 12:54:51 PM UTC+5:30, santosh kumar wrote: Hello All,

[android-developers] Re: help me urgent

2013-01-01 Thread Lew
sree wrote: i [sic] gave two single dimensional arrays one array prioritynamearray=alistpriorityname.toArray(new String[alistpriorityname.size()]); two array taskvaluesarray=taskvaluesarraylist.toArray(new String[taskvaluesarraylist.size()]); The above code i take two ArrayList and

Re: [android-developers] Re: help me urgent

2013-01-01 Thread sree android
After takeing two one dimensional arrays, i prepared one two dimensional array.like this way String [ ][ ] taskoutput=new String[prioritynamearray.length][taskvaluesarray.length]; then Loop is rotating like this way, for (int s = 0; s prioritynamearray.length; s++) { for (int t = 0; t

Re: [android-developers] Re: help me urgent

2013-01-01 Thread Lew
sree wrote: After takeing two one dimensional arrays, i [sic] prepared one two dimensional array.like this way String [ ][ ] taskoutput=new String[prioritynamearray.length][taskvaluesarray.length]; Please follow the Java naming conventions. It will benefit you, too. Also, array (or

Re: [android-developers] Re: help me urgent

2013-01-01 Thread Lew
Lew wrote: Foo results = new Foo [tasks.length] [priorities.length]; for (int tx = 0; tx tasks.length; ++tx) { for (int px = 0; ix priorities.length; ++px) { Task task = tasks[tx]; Priority priority = priorities[px]; results [px][tx] =

[android-developers] Re: Help porting ROM (netd)

2012-11-19 Thread bob
I bet it's trying to access something like /dev/socket. On Saturday, November 17, 2012 4:50:54 PM UTC-6, Mino Infiesta Tsuchiya wrote: Hello all, I'm trying to port CM9 to the s5830i, but when trying to boot, I've fixed all errors except this one: [CODE] E/NetdConnector( 1455):

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-10-12 Thread Carl
If we compare these Google Maps keywords from the response supplied by B0b: Keywords: maps, navigation, places, latitude, directions, indoor maps, local search, Street View, traffic, transit with the ones that were considered to be objectionable by Google: *Keywords*: Secret Audio Recorder,

Re: [android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-27 Thread Terry
on 23. september, TreKing wrote: If you have a problem with other apps (your competitors) violating these policies, go ahead and report them. Anybody can report an app for terms violations. HOW? http://lmgtfy.com/?q=google+play+report+app I have used this form (

Re: [android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-24 Thread Terry
on 23. september, TreKing wrote: If you have a problem with other apps (your competitors) violating these policies, go ahead and report them. Anybody can report an app for terms violations. HOW? http://lmgtfy.com/?q=google+play+report+app I have used this form (

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-23 Thread FiltrSoft
lol, it's do as I say, not as I do, with The Google. On Friday, August 31, 2012 5:25:40 AM UTC-4, b0b wrote: For your enjoyment here's what can be found in the description of the Google Maps app: Keywords: maps, navigation, places, latitude, directions, indoor maps, local search, Street

Re: [android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-23 Thread Harri Smått
Hi, I've never played around with keywords but I have to admit I tend to see huge difference in Google Maps keywords and the application in question here. For me the latter list seems more of a list of synonyms. -- H On Sep 23, 2012 11:48 PM, FiltrSoft kri...@gmail.com wrote: lol, it's do as I

Re: [android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-23 Thread b0b
Does it mean that making a list with all words of the dictionary that are not synonyms is ok ? On Sunday, 23 September 2012 22:59:14 UTC+2, Harri Smått wrote: Hi, I've never played around with keywords but I have to admit I tend to see huge difference in Google Maps keywords and the

Re: [android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-23 Thread Harri Smått
Hi, I'd like to see application that required the whole dictionary as keywords to explain it. Otherwise I see keywords were something you need to find a few good ones only. But as said, I'm not familiar with how keywords affect searches and it's best I end this discussion on my behalf here. -- H

Re: [android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-23 Thread Kostya Vasilyev
Market searches are pretty weird, even if you don't consider additional keywords. My pet peeve: trying to find, by name, an app that happens to support themes results in an endless list of Britney Spears Theme for App Name Pro and the like... The app itself is then buried somewhere on the

Re: [android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-22 Thread TreKing
On Thu, Sep 20, 2012 at 1:46 AM, Terry terb...@gmail.com wrote: If you have a problem with other apps (your competitors) violating these policies, go ahead and report them. Anybody can report an app for terms violations. HOW? http://lmgtfy.com/?q=google+play+report+app

[android-developers] Re: Help

2012-09-21 Thread Saurabh Khemka
Thanks for the help. But when I am trying to open the pdf file after installing the application on my tablet, it is throwing an alert File Not Found: data/data/package-name/mypdf.pdf. How can I access a pdf stored private to my application after installing the application on a device? Please

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-20 Thread Terry
On Sept 1 Zsolt Vasavari wrote: If you have a problem with other apps (your competitors) violating these policies, go ahead and report them.  Anybody can report an app for terms violations. HOW? It seem that using Flag as inappropriate (at the bootom of every app description in Play Store)

[android-developers] Re: help require regarding address application

2012-09-07 Thread Calin Perebiceanu
Hello, Sqllite has no security , thus you have to encrypt your data. We can use GCM to send notifications to devices. On Friday, 7 September 2012 08:51:30 UTC+3, pankajdev wrote: Hi, want to build an application where i can store address of one of the office location , these location are

Re: [android-developers] Re: help require regarding address application

2012-09-07 Thread pankaj dev
Thanks Calin , but how to begin with this kind of application is also what i need help on. with regards On Fri, Sep 7, 2012 at 11:59 AM, Calin Perebiceanu calin.perebice...@gmail.com wrote: Hello, Sqllite has no security , thus you have to encrypt your data. We can use GCM to send

Re: [android-developers] Re: help require regarding address application

2012-09-07 Thread Calin Perebiceanu
Here you can find some great information http://developer.android.com/index.html On Friday, 7 September 2012 09:54:08 UTC+3, pankajdev wrote: Thanks Calin , but how to begin with this kind of application is also what i need help on. with regards On Fri, Sep 7, 2012 at 11:59 AM, Calin

Re: [android-developers] Re: help require regarding address application

2012-09-07 Thread pankaj dev
great , i have seen this url ...:( the Beginning always require help if i am not wrong. On Fri, Sep 7, 2012 at 12:43 PM, Calin Perebiceanu calin.perebice...@gmail.com wrote: Here you can find some great information http://developer.android.com/index.html On Friday, 7 September 2012

[android-developers] Re: Help required in packaging android library project as a jar in android application.

2012-09-07 Thread RichardC
See Referencing a Library Project: http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject On Friday, September 7, 2012 8:59:49 AM UTC+1, india123 wrote: Hi All, I am trying to use Android Library Project as a jar in my android application. But i am

Re: [android-developers] Re: help require regarding address application

2012-09-07 Thread pankaj dev
I request if somebody can understand my question and help , that how i should create an app that will store address in sqllite database and will fetch based on specific search word , i also want to understand can i keep database in remote server and it will sync based on the update button clicked

[android-developers] Re: help require regarding address application

2012-09-07 Thread pankajdev
I request if somebody can understand my question and help , that how i should create an app that will store address in sqllite database and will fetch based on specific search word , i also want to understand can i keep database in remote server and it will sync based on the update button

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread Terry
The following keywords are from another app - which has been at the Play Store for a very long time: Track, Find, Lost, Phone, My Phone, Locate, Locate, Locator, Tracker, Real Time Tracking, Find Phone, Find Stolen Phone, Find Lost Phone, Seek Droid, Security, Tracker, Where’s my Droid, Wheres

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread Jason Sesso
I would take them out. that's completely wrong to do that IMO. It takes time to search millions of apps. I'm sure theirs will get reported. -- 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: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread Terry
But - if the keywords in the description seem to be the cause of this violation - what may be the conclusion: Can a description have ANY keywords? If so, how many? I think it is pretty bad that Google cannot be clearer on this. It would be nice to have other developers view as well.. I am

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread b0b
For your enjoyment here's what can be found in the description of the Google Maps app: Keywords: maps, navigation, places, latitude, directions, indoor maps, local search, Street View, traffic, transit -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread John Coryat
Look, you can take out that keyword list or watch your app be removed. Just because others, including Google Maps, does it, doesn't make it right. Play Store is cracking down on infringements of their terms and it's just your turn to be put in the cross hairs. It's really about time something

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-30 Thread Terry
Here is a link to the app: https://play.google.com/store/apps/details?id=com.terboel.sarf kl. 07:28:48 UTC+2 fredag 31. august 2012 skrev Terry følgende: I just received an email from the Google Play Team, starting as follows: This is a notification that your application, Secret Audio

[android-developers] Re: help me

2012-08-29 Thread Juned Khan
See some Android documentation which is available on net and review some sample SIP based application like Sipdroid,Csipsimple,linphone. these are open source application so u can use the source code of this applications. Thanks Juned Khan -- You received this message because you are

[android-developers] Re: Help

2012-08-24 Thread Mark Jawdoszak
This depends on which PDF reader you are using. Some can access items from within the assets folder, others need a FileStream and some need the URI to the location. For consistency, in that some documents we needed were stored in the package and all others were from the file system, we chose to

[android-developers] Re: Help with application

2012-08-23 Thread Juned Khan
Hi Laila, First you should be more specific to your application like which functionality you want to provide. If possible examine some sample application and start your development. And yes,if you are confuse at any situation through development then think as end user, it will be more

[android-developers] Re: Help with application

2012-08-23 Thread Jason Sesso
You should probably look on developer.android.com and do the hello world app. There you can understand views and activities. On Wednesday, August 22, 2012 9:33:42 PM UTC-7, laila hafsiani wrote: hello, my name is laila hafsiani putri. i'm from indonesian and i'm new in android developer.

[android-developers] Re: Help with application

2012-08-23 Thread Juned Khan
Use this link to Start your training. hope this will help you http://developer.android.com/training/index.html Thanks Juned Khan -- 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: Help!!!

2012-08-23 Thread Juned Khan
if your click button is not working then try to use View.onclickListener instead Button.onClickListenet button.setOnClickListener(new View.OnClickListener() {} -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Help me Android SDK Install, please!

2012-08-16 Thread HardipPatel
On Wednesday, 8 August 2012 20:46:19 UTC+5:30, TV wrote: I can not install Android SDK (see Android_SDK.jpg). I have already installed the Java SDK (see Java.jpg). What should I do? Hey you installed java in system32, try to install it in Program files then run the android_sdk installer.

[android-developers] Re: help with MultiAutoCompleteTextView.

2012-08-06 Thread Saranya Shanmugavel
You have to use the threshold limit for it in your XML file android:completionThreshold=1 This will give you suggestion when you type your first letter On Tuesday, June 16, 2009 10:29:35 AM UTC+5:30, Saurav wrote: this is in reply to my onw question and if anyone else ever has the same

Re: [android-developers] Re: Help please-new android app suck - the target API is empty

2012-07-31 Thread Justin Anderson
new android app suck Couldn't help but notice this in your title... We can't make your app not suck... :-) (Sorry... couldn't resist) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 30, 2012 at 8:00 AM, bob b...@coolfone.comze.com wrote:

  1   2   3   4   5   6   7   8   9   >