[android-developers] In-App billing

2016-07-13 Thread Rocky Balboa
How can i implement in_app billing in a sample app without the Google Play Developer Console Account...? I just want to develop a sample App which contains a list of products for purchases.. I want to show a fake Dialog box which reveals the product and a price and option to buy the product...

[android-developers] Re: In-App billing

2016-07-13 Thread Rocky Balboa
For Android On Wednesday, July 13, 2016 at 12:33:09 PM UTC+5:30, Rocky Balboa wrote: > > How can i implement in_app billing in a sample app without the Google Play > Developer Console Account...? > > I just want to develop a sample App which contains a list of products for &g

[android-developers] In-App Purchases

2016-07-11 Thread Rocky Balboa
i am using the sample test in-App purchase without uploading the app on developer console Given in the links :--- http://www.artit-k.com/in-app-billing-for-android-part-1/ http://www.artit-k.com/in-app-billing-for-android-part-2/ getSkuDetails always returns response code 6 and i don't get

[android-developers] Re: clicking an auto link from dataadapter how to set flag new activity

2016-05-29 Thread Rocky Goodrick
I'm searching for a solution to this same problem myself. Did you ever find a resolve for this? I'm using a custom base adapter with a convert view view holder. Tried overriding the MovementMethod class onlick as well. On Tuesday, January 25, 2011 at 1:49:49 PM UTC-5, Byron Penner wrote: > > I

Re: [android-developers] R Can Not be Resolved

2012-11-03 Thread Rocky
check any error in .xml file, den delete gen folder, delete all import android.R line. recompile. On Sun, Nov 4, 2012 at 3:28 AM, Kevin Brooks bear35...@gmail.com wrote: It has been a while since I have done any Android Development. I started a new project today, and after creating the

Re: [android-developers] hi....

2012-09-13 Thread Rocky
when u will run apps, that many time it will insert into database, two solution - 1. after first time insert, comment this insert statement 2. before insert, write delete query for the same table. On Thu, Sep 13, 2012 at 12:55 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: Hello friends...

Re: [android-developers] hi....

2012-09-13 Thread Rocky
delete query of that table. u need to delete all data of that table before inserting. On Thu, Sep 13, 2012 at 1:00 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: How to query deari want to know i have tried alot... thnx dear.. On 13 September 2012 12:59, Rocky rkjhaw1...@gmail.com

Re: [android-developers] hi....

2012-09-13 Thread Rocky
ibrahim.in...@gmail.comwrote: u mean i have to call this method before inserting? public boolean deleteRecord(long rowId) { return db.delete(DATABASE_TABLE, KEY_ROWID + = + rowId, null) 0; } thnx dear.. On 13 September 2012 17:24, Rocky rkjhaw1...@gmail.com

[android-developers] My new Game Balloon Mania not showing no of downloads

2012-09-10 Thread Rocky
Hi, Any one know, why no of downloads is not showing at portal. -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Re: My new Game Balloon Mania not showing no of downloads

2012-09-10 Thread Rocky
Thanks for reply. But my other 2-3 apps is also not showing no. of downloads. is it google issue ? On Mon, Sep 10, 2012 at 1:21 PM, Zsolt Vasvari zvasv...@gmail.com wrote: My developer console has in a huge yellow box: 6 September 2012: Stats not updating on Developer Console and Google

Re: [android-developers] .Net to Android GCM Logic

2012-09-10 Thread Rocky
please check android-expert.blogspot.com On Mon, Sep 10, 2012 at 2:07 PM, Krishna Mahadik krishna.maha...@gmail.comwrote: Hi Guys, Can anyone please help me understand the flow and logic of GCM, as in, pushing update from .net web service to android phone for an application. Thanks

[android-developers] no. of downloads is not showing in play

2012-09-06 Thread Rocky
All, In one of the my apps *A P J Abdul Kalam,* no of downloads is not showing in play. https://play.google.com/store/apps/details?id=com.kt.APJKalamfeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5rdC5BUEpLYWxhbSJd is any setting issue from developer accounts ? what is this issue ? -- Thanks

Re: [android-developers] Re: no. of downloads is not showing in play

2012-09-06 Thread Rocky
Thanks for response. More than 20 downloads, I can see it at my dashboard, but for public it not showing when i'm doing search On Thu, Sep 6, 2012 at 2:38 PM, sparky spar...@google.com wrote: I downloaded it to my tablet. Let's see if it shows up later today. On Thursday, September 6, 2012

Re: [android-developers] Re: CTS on android emulator

2012-09-04 Thread Rocky
android.holo.cts.HoloTest it will work on emulator too, but u need to set the appropriate target. On Tue, Sep 4, 2012 at 4:31 PM, ven iamvinot...@gmail.com wrote: Even same thing happening for us too.. please let me know, is there any other way to do it.. On Wednesday, January 25, 2012

Re: [android-developers] Re: CTS on android emulator

2012-09-04 Thread Rocky
.. On Tue, Sep 4, 2012 at 6:31 PM, Rocky rkjhaw1...@gmail.com wrote: android.holo.cts.HoloTest it will work on emulator too, but u need to set the appropriate target. On Tue, Sep 4, 2012 at 4:31 PM, ven iamvinot...@gmail.com wrote: Even same thing happening for us too.. please let me know

[android-developers] How to write/prepresent keyword to upload a apps

2012-09-03 Thread Rocky
I'm going to upload new apps, I have some keywork, how to write/represent this keyword while uploading apps to market. -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R) +919886336619 -- You received this message because

Re: [android-developers] Advertisement in Android application

2012-08-22 Thread Rocky
Budget is not required, if you wanted to put some ads in your apps, go with Admob On Wed, Aug 22, 2012 at 10:04 AM, Krishna Mahadik krishna.maha...@gmail.com wrote: Hi Guys, I want to put advertisement space in an Android application. I don't budget for buying any licencing. Any leads for

Re: [android-developers] Database example

2012-08-16 Thread Rocky
check www.android-exp...@blogspot.com On Thu, Aug 16, 2012 at 12:30 PM, Sadhna Upadhyay sadhna.braah...@gmail.com wrote: Hi Everybody, please share with me database example -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: AVD is no launching in Ubuntu ICS

2012-08-16 Thread Rocky
when i'm running project, console saying that emulator 5554 is launching .. but it is not launching at all. On Wed, Aug 15, 2012 at 12:29 AM, coc_21 ccoly...@gmail.com wrote: What exactly is happening? On Tuesday, August 14, 2012 2:54:19 AM UTC-5, RKJ (Android developer) wrote: Hi

Re: [android-developers] Re: AVD is no launching in Ubuntu ICS

2012-08-16 Thread Rocky
, Aug 16, 2012 at 4:02 PM, Rocky rkjhaw1...@gmail.com wrote: when i'm running project, console saying that emulator 5554 is launching .. but it is not launching at all. On Wed, Aug 15, 2012 at 12:29 AM, coc_21 ccoly...@gmail.com wrote: What exactly is happening? On Tuesday, August 14

[android-developers] AVD is no launching in Ubuntu ICS

2012-08-14 Thread Rocky
Hi All, is it any issue with ICS with Ubuntu to start emulator ? Same is working over Windows XM but not working in Ubuntu 10.5 above. Please suggest me . -- Thanks Regards Rakesh Kumar Jha -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] I missed my Phone at Home - good apps

2012-08-14 Thread Rocky
This is my news apps, please give me suggestion to update it. https://play.google.com/apps/publish/Home?dev_acc=17517429792554806344#AppEditorPlace:p=com.sst.device -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R)

[android-developers] SecureSMS Free - simple and good apps

2012-08-14 Thread Rocky
Let me know, your comments, https://play.google.com/apps/publish/Home?dev_acc=17517429792554806344#AppEditorPlace:p=com.sst.secure.sms -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R) +919886336619 -- You received this

Re: [android-developers] SecureSMS Free - simple and good apps

2012-08-14 Thread Rocky
to the Google publisher pages. kris On Tue, Aug 14, 2012 at 1:35 PM, Rocky rkjhaw1...@gmail.com wrote: Let me know, your comments, https://play.google.com/apps/publish/Home?dev_acc=17517429792554806344#AppEditorPlace:p=com.sst.secure.sms -- Thanks Regards Rakesh Kumar Jha

[android-developers] SecureSMS Free- new apps

2012-08-14 Thread Rocky
Let me know your feed back https://play.google.com/store/apps/details?id=com.sst.secure.smsfeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zc3Quc2VjdXJlLnNtcyJd -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R)

[android-developers] I Missed my phone at Home - good apps

2012-08-14 Thread Rocky
Let me know your comments https://play.google.com/store/apps/details?id=com.sst.devicefeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zc3QuZGV2aWNlIl0 . -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R) +919886336619 --

Re: [android-developers] I missed my Phone at Home - good apps

2012-08-14 Thread Rocky
https://play.google.com/store/apps/details?id=com.sst.devicefeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zc3QuZGV2aWNlIl0 . On Tue, Aug 14, 2012 at 11:54 PM, TreKing treking...@gmail.com wrote: On Tue, Aug 14, 2012 at 12:34 PM, Rocky rkjhaw1...@gmail.com wrote: This is my news apps

[android-developers] SecureSMS - good apps

2012-08-09 Thread Rocky
https://play.google.com/store/apps/details?id=com.sst.secure.smsfeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zc3Quc2VjdXJlLnNtcyJd -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Interview Question For 1yr Expirance in Android Application Development

2012-08-07 Thread Rocky
Dharam, This forum is not for your question what you asked. please search over google.com OR android-expert.blogspot.com On Sun, Aug 5, 2012 at 10:18 AM, Dharmendra Deshmukh dharm.dr...@gmail.comwrote: Friends pls help me for my given subject topics .. I need Interview Q there Ans also

Re: [android-developers] Interview Question For 1yr Expirance in Android Application Development

2012-08-07 Thread Rocky
android-expert.blogspot.com http://android-expert.blogspot.in/2011/04/android-interview-questions-and-answer.html On Tue, Aug 7, 2012 at 12:24 PM, Rocky rkjhaw1...@gmail.com wrote: Dharam, This forum is not for your question what you asked. please search over google.com OR android

[android-developers] Re: Free and good apps for download

2012-08-04 Thread Rocky
https://play.google.com/store/apps/details?id=com.sst.devicefeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zc3QuZGV2aWNlIl0 . -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R) +919886336619 -- You received this message

Re: [android-developers] Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Rocky
check android-expert.blogspot.com On Wed, Aug 1, 2012 at 11:53 AM, Meena Rengarajan meenasoft...@gmail.comwrote: How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can anyone tell me .. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Rocky
ActionBar added in Android 3.0 (API level 11). On Wed, Aug 1, 2012 at 12:02 PM, Meena Rengarajan meenasoft...@gmail.comwrote: I am not sure , is it possible to create action and navigation bar in Android 2.2 ? can anyone help me On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, Meena

Re: [android-developers] Re: Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Rocky
yes, U cant, but u can try it by some RD might be possible. create project on 4.0 give the minSDK 8 (2.2) set Target 14. try it. On Wed, Aug 1, 2012 at 12:16 PM, Meena Rengarajan meenasoft...@gmail.comwrote: Yes, Action Bar added in 3.0 and 4.0 versions . So i guess cannot be done in

Re: [android-developers] checked listview

2012-08-01 Thread Rocky
check android-expert.blogspot.com On Wed, Aug 1, 2012 at 2:20 PM, ala hammad 3la2.7am...@gmail.com wrote: hello all, i want to ask about check box list view .. i already make one but problem when do search operation for an element in that list checked element rearrange ,example if i checked

[android-developers] Nice apps - I Missed my Phone at Home

2012-08-01 Thread Rocky
-- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R) +919886336619 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] is it possible to make tab on top and bottom of screen

2012-07-31 Thread Rocky
Larry, NP, i'm trying to make tab on both the place (header footer), let me know if you can do it It will great RD for develper. On Mon, Jul 30, 2012 at 7:51 PM, Larry Meadors larry.mead...@gmail.comwrote: Aw crap - sorry misread your question - that's JUST at the bottom. :-/ Larry On

Re: [android-developers] Please help

2012-07-30 Thread Rocky
Right Click Project - properties - Android -Below is library (unckeck that one) On Sat, Jul 28, 2012 at 9:11 PM, Abhikool abhijitkoo...@gmail.com wrote: Hi Guys, I am new to Android apps development.. please help me. I am facing an error whenever i am trying to run a project from eclipse as

Re: [android-developers] Please help

2012-07-30 Thread Rocky
It will work and do 1 more things while running app - 1. Clean apps 2. right click on project -Android Tools -Click on Fix project 3. then build and run the apps. Best of Luck On Mon, Jul 30, 2012 at 2:19 PM, fahad mullaji fahadmull...@gmail.comwrote: Hi *Abhijit, *

[android-developers] is it possible to make tab on top and bottom of screen

2012-07-30 Thread Rocky
all, is it possible to create Tab Bar on top and Bottom of screen, by any how ? -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R) +919886336619 -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] is it possible to make tab on top and bottom of screen

2012-07-30 Thread Rocky
If we play with TabHost ? that is responsible for hosting tab either bottom or top :) I hope that it is possible, i'm trying and doing RD. If any one know/hints, most welcome On Mon, Jul 30, 2012 at 5:14 PM, abhijeet tomar abhijeet...@gmail.comwrote: i think ,it is not possible.. -- You

Re: [android-developers] Re: Barcode scaner

2012-07-19 Thread Rocky
The format of QR code you set while developing if same format you will follow, it should read. check your format of Code like Item ID, ItemName, Price same code use for your real implementation. On Thu, Jul 19, 2012 at 3:05 PM, vaibs malviya vaibs.malviy...@gmail.comwrote: On Tue, Jul

Re: [android-developers] possible to read drag in status bar notication

2012-07-18 Thread Rocky
Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 17, 2012 at 6:36 AM, Rocky rkjhaw1...@gmail.com wrote: Test Case is - 1. I'm inside my application 2. I expand status bar. 3. once i expand it, i need to come out from my application, basically logout. 4

Re: [android-developers] possible to read drag in status bar notication

2012-07-18 Thread Rocky
MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 18, 2012 at 2:55 AM, TreKing treking...@gmail.com wrote: On Wed, Jul 18, 2012 at 3:12 AM, Rocky rkjhaw1...@gmail.com wrote: but this is banking application, and client wanted to like that Tell the client

Re: [android-developers] Re: Alternative ad provider to Admob

2012-07-17 Thread Rocky
you can use InMobi ads On Tue, Jul 17, 2012 at 12:57 PM, Uwe Maurer uwe.mau...@gmail.com wrote: Here is a list of all Android ad networks, sorted by their market share: http://www.appbrain.com/stats/libraries/ad On Saturday, July 14, 2012 4:20:12 AM UTC+2, Zaid wrote: I am looking for an

[android-developers] possible to read drag in status bar notication

2012-07-17 Thread Rocky
All, I wanted to read the status of drag i.e. expansion and collapse of Status bar/ system status bar. is it possible? -- Thanks Regards Rakesh Kumar Jha -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] possible to read drag in status bar notication

2012-07-17 Thread Rocky
...@gmail.comwrote: AFAIK this is not possible... On Jul 17, 2012 5:56 AM, Rocky rkjhaw1...@gmail.com wrote: All, I wanted to read the status of drag i.e. expansion and collapse of Status bar/ system status bar. is it possible? -- Thanks Regards Rakesh Kumar Jha -- You received

Re: [android-developers] possible to read drag in status bar notication

2012-07-17 Thread Rocky
Anderson magouyaw...@gmail.comwrote: AFAIK this is not possible... On Jul 17, 2012 5:56 AM, Rocky rkjhaw1...@gmail.com wrote: All, I wanted to read the status of drag i.e. expansion and collapse of Status bar/ system status bar. is it possible? -- Thanks Regards Rakesh Kumar Jha

Re: [android-developers] Re: Android Text To Speech

2012-07-04 Thread Rocky
My assumption, i'm not sure - 1. you need to move from that activity with finish() @*Override * *public* *void* onPause() { *super*.onPause(); *try* { // Stop talking when we lose focus *if* (*tts* != *null*) { *tts*.stop(); ttsActive = *false*; } } *catch* (*Exception* e) { } }

Re: [android-developers] Re: How can I send suggestions to Android development?

2012-07-02 Thread Rocky
Thats good, On Mon, Jul 2, 2012 at 3:05 PM, plw i...@knutsford-software.co.uk wrote: On Monday, July 2, 2012 10:26:48 AM UTC+1, Ali Chousein wrote: I would humbly advice you to focus on implementing ideas of your own. I doubt that the creators of Android OS would easily change their

Re: [android-developers] Android Text To Speech

2012-07-02 Thread Rocky
In that situation you need to do - A) 1. generate the wav file and use the MediaPlayer 2. through media player you can pause and play from you desire position B) 1. read all text in string, before passing to tts 2. read the position where you are pausing the tts 3.read text from that (paused)

Re: [android-developers] Could anyone tell me how to add an item dynamically to the gridview

2012-06-29 Thread Rocky
Sandeep, follow the process - 1. Read WS (as JSON or xml format) 2. extract info from that 3. store into DB 4. create services 5. on DB change, read the total item 6. update no of item at code (getItem) 7. add 1 by 1 item to gridItem 8. update your gridvirew On Fri, Jun 29, 2012 at 11:26 AM,

Re: [android-developers] Could anyone tell me how to add an item dynamically to the gridview

2012-06-29 Thread Rocky
Basically, grid is nothing but a kind of list. you can fetch sqlite data thr cursor and update your list. On Fri, Jun 29, 2012 at 11:47 AM, Dinesh kumar dragonfir...@gmail.comwrote: how you are adding items if you use Sqlite you can add dynamically data to the gridview On Fri, Jun 29,

Re: [android-developers] how can we store a downloaded image in a filesystem of android

2012-06-29 Thread Rocky
der is two probability - 1. store into SDCard 2. Store into DB while store into DB, again two way - 1. Store in byte[] format of image or 2. store the path into dabase,and use the path when you wnated. On Fri, Jun 29, 2012 at 11:52 AM, Sandeep Venkat sand...@believecreative.in wrote: How

Re: [android-developers] Android Text To Speech

2012-06-28 Thread Rocky
Deepa, check here - https://alltechsolution.wordpress.com/2011/10/18/texttospeach-example/ if feel informatic to you On Thu, Jun 28, 2012 at 5:22 PM, Deepa M deepam8...@gmail.com wrote: Dear All, How to pause and playback the text in android code!!! -- Thanks Regards Deepa M --

Re: [android-developers] Could anyone tell me how to add an item dynamically to the gridview

2012-06-28 Thread Rocky
many way to do it - 1. update your database and 2. updte your GV On Fri, Jun 29, 2012 at 10:57 AM, Sandeep Venkat sand...@believecreative.in wrote: I just went through few tutorials and developers website and tried to implement in my code but no use -- You received this message because

[android-developers] Screen share on live

2012-06-18 Thread Rocky
All, I'm developing apps that enables sharing actual screen (display content) between mobile handsets in real-time. Screen sharing includes multi-media content sharing (UI, photos, video audio, etc.). Thereby the master user connects to clients and share his actual display content. Is it

[android-developers] Activity has leaked window - no solution at stack

2012-06-14 Thread Rocky
All, I'm getting error Activity has leaked windows, when i'm calling index.html page through my Activity. *Here is the code - * public class MobSmartPhonehas extends DroidGap { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Re: [android-developers] Activity has leaked window - no solution at stack

2012-06-14 Thread Rocky
and didn't destroy it when the activity got destroyed. -- K 2012/6/14 Rocky rkjhaw1...@gmail.com All, I'm getting error Activity has leaked windows, when i'm calling index.html page through my Activity. *Here is the code - * public class MobSmartPhonehas extends DroidGap

[android-developers] Good application ever i see - I Missed My phone at home

2012-06-13 Thread Rocky
Hi Everyone, Check this application, its really awesome, *I Missed My phone at home* lets enjoy with this apps http://imissedmyphoneathome.blogspot.in/ -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R) +919886336619 --

Re: [android-developers] QR Code Scaning

2012-06-12 Thread Rocky
either you need to use any third party lib like zxing or you need to write your own APIs. On Tue, Jun 12, 2012 at 2:49 PM, Ralph Bergmann | the4thFloor.eu ra...@the4thfloor.eu wrote: Am 07.06.12 15:11, schrieb sujit dubey: Is there Way to include qr code scaning in app without using zxing

Re: [android-developers] Re: sdk offline installation problem

2012-06-11 Thread Rocky
there is few probability - 1. either version of SDK and ADT is defferent 2. few things already installed Solution 1. take the same version of SDK and ADT 2. remove all android installation from eclipse and then try again, or delete eclipse and use other install of eclipse. it will work

Re: [android-developers] Looking for Android Developer job

2012-05-30 Thread Rocky
In Keshima Technologies pvt. ltd has some opening, send your profile to i...@keshima.com, exp 6 month - 18 month location - Bangalore, India. On Tue, May 29, 2012 at 10:33 PM, mani kandan mgmanikanda...@gmail.comwrote: *Hi Friends, I have 1year 6 months in android application development

Re: [android-developers] check-box list view

2012-05-30 Thread Rocky
plz check alltechsolution.wordpress.com On Wed, May 30, 2012 at 12:49 PM, Live Happy livehap...@gmail.com wrote: i add a layout who content check box and text-view and other items in list view but when i click on one item all other items in same position in the other pages been checked and

[android-developers] which PDF reader annotation APIs is worthy and good

2012-05-30 Thread Rocky
I'm going to develop PDF reader and editor (few annotation), which SDK APIs is good like. iText. Qoppa Adobe plz let me know. -- Thanks Regards Rakesh Kumar Jha -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] which PDF reader annotation APIs is worthy and good

2012-05-30 Thread Rocky
TreKing, Can u suggest some kinds of free/Paid SDK APIs to develop our own apps of PDF reader/editor. which have good documentation, and material, support. On Thu, May 31, 2012 at 3:21 AM, TreKing treking...@gmail.com wrote: On Wed, May 30, 2012 at 12:25 PM, Rocky rkjhaw1...@gmail.com wrote

Re: [android-developers] An app inside the other

2012-05-15 Thread Rocky
Yes, it is possible. you can check App in App, i lunched into market. On Tue, May 15, 2012 at 1:33 AM, Lucas Diego diegoluc...@gmail.com wrote: Hi everyone, I'd like to know if is possible to launch an app inside the other developed by me. I'm trying to run a previous installed app

Re: [android-developers] Can i use more than 5-6 SSL certificate in apps

2012-04-17 Thread Rocky
to solve it. On Tue, Apr 17, 2012 at 2:33 PM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Tue, Apr 17, 2012 at 2:50 PM, Rocky rkjhaw1...@gmail.com wrote: All, I'm creating some online shopping application, but for payment, i wanted to integrate different-2 payment gateway

[android-developers] Android Mobile Recharge Application Development APIs required

2012-04-16 Thread Rocky
Hi, I wants to develop Android Mobile Recharge application, for that I wants APIs for Airtel, BSNL, and other Indian Telecom vendor's. Plz let me know, if it is possible and from where i'll get api's. -- Thanks Regards Rakesh Kumar Jha -- You received this message because you are

[android-developers] Can i use more than 5-6 SSL certificate in apps

2012-04-16 Thread Rocky
All, I'm creating some online shopping application, but for payment, i wanted to integrate different-2 payment gateway for different-2 shops, because they have own Payment Gateway. is possible to use more than 1 SSL. -- Thanks Regards Rakesh Kumar Jha -- You received this message because

[android-developers] issue in upload

2012-03-20 Thread Rocky
Hi, I uploaded my apps to market yesterday but still it is not showing in market, is it any rules or delay time. -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R) +919886336619 -- You received this message because you

Re: [android-developers] issue in upload

2012-03-20 Thread Rocky
20, 2012 at 3:16 PM, David Olsson zooklu...@gmail.com wrote: Are you sure you published it or just saved it? On Tue, Mar 20, 2012 at 9:59 AM, Rocky rkjhaw1...@gmail.com wrote: Hi, I uploaded my apps to market yesterday but still it is not showing in market, is it any rules or delay time

[android-developers] My first apps to market

2012-03-20 Thread Rocky
Plz check it and let me know issue if you finding https://play.google.com/store/apps/details?id=com.sst.devicefeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zc3QuZGV2aWNlIl0 . Apps name - I missed my mobile phone at home. -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and

Re: [android-developers] Impossible upload an appliclation on Android Market

2012-03-13 Thread Rocky
yes, android market might be down On Mon, Mar 12, 2012 at 9:49 PM, Mattia Perazzoli mattiaperazz...@gmail.com wrote: Hi, today I try to upload an app on the android market, but wen i press upload, this message appear An unexpected error occurred. Please try again later. I have 2 app on

Re: [android-developers] override home key

2012-01-20 Thread Rocky
check www.alltechsolution.wordpres.com On Fri, Jan 20, 2012 at 8:30 PM, Dhaval Varia dhavalkva...@gmail.comwrote: thanx sir On Jan 21, 2012 9:51 AM, Kumar Bibek coomar@gmail.com wrote: I am not sure about this, but I think it would work for you. When you press the Home button, there

Re: [android-developers] I wanted to develop Android Apps with PDF viewer and PDF editor

2012-01-09 Thread Rocky
Any help, wanted to develop pdf reader with Annotation feature, any paid/free lib, supported by any company, please let me know. On Mon, Jan 9, 2012 at 11:54 AM, Rocky rkjhaw1...@gmail.com wrote: thanks to reply, is any free or paid lib is available in market to develop application. I wanted

[android-developers] I wanted to develop Android Apps with PDF viewer and PDF editor

2012-01-08 Thread Rocky
Hi Guys, Please help me how to proceed, how can i develop apps with pdf reader and Annotation feature like mark, underline. -- Thanks Regards Rakesh -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] I wanted to develop Android Apps with PDF viewer and PDF editor

2012-01-08 Thread Rocky
at 11:56 PM, Rocky rkjhaw1...@gmail.com wrote: Hi Guys, Please help me how to proceed, how can i develop apps with pdf reader and Annotation feature like mark, underline. Don't. Alternatively: find hundreds of thousands of dollars and shell out for a good pdf library for your app

Re: [android-developers] Re: Need freelancer developer to create PDFViewer with Annotation feature

2011-12-19 Thread Rocky
Hi If you interested let me know On 12/18/11, IcedNet d...@icednet.info wrote: On Dec 18, 10:07 am, Mark Murphy mmur...@commonsware.com wrote: I hope you have a very large pile of money. Man, you got that right.. Peace, Dan -- You received this message because you are subscribed to

[android-developers] Annotation.getrectacgle() not recognizing. - help me

2011-12-19 Thread Rocky
@Override protected void onDraw(final Canvas canvas) { if ((canvas.getClipBounds().width() 0) (canvas.getClipBounds().height() 0)) { PageContents page = getPageContents(); if (page != null) { int restore = canvas.save(); canvas.scale(m_Scale, m_Scale); page.drawBackground(canvas); if

[android-developers] Need freelancer developer to create PDFViewer with Annotation feature

2011-12-18 Thread Rocky
Hi Need freelancer developer to create PDFViewer with Annotation (our own ) feature like search, underline, line, color, markedit.. Please contact ASAP who has exp in creating own SDK -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore (R) +919886336619 --

[android-developers] My Calendar time zone issue

2011-11-30 Thread Rocky
Hi All, I have created Calendar, which is working fine in Samsung, HTC, and other device, but whenever I'm using Motorola Milestone 2.1, my task start end time is showing 1 hrs before. Lets example I created a task at 9.00 AM to 10.00 AM on 3rd December 2011 when i'm seeing my task it is

Re: [android-developers] My Calendar time zone issue

2011-11-30 Thread Rocky
it has GMT by default or what it is. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Wed, Nov 30, 2011 at 4:41 PM, Rocky rkjhaw1...@gmail.com wrote: Hi All, I have created Calendar, which is working fine in Samsung, HTC, and other device, but whenever I'm

[android-developers] i wanted Native Calendar, please let me know from where i can downloaded.

2011-11-30 Thread Rocky
Hi all I got calendar from https://github.com/android/platform_packages_apps_calendar, but this source code has lots of error. Please let me know from where i will get it. -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore (O) +918030274295 (R) +919886336619

Re: [android-developers] Re: Null pointer exception in sending SMS..

2011-11-29 Thread Rocky
Provide the logcat/error. On Tue, Nov 29, 2011 at 3:18 PM, Ali Chousein ali.chous...@gmail.comwrote: Check your logcat. It'll give you very good log information where exactly (e.g. on which exact line) you are getting the null pointer exception.

[android-developers] HTC desire HD + List + password masking - crash issue

2011-11-22 Thread Rocky
I'm facing issue on edittext with password. It was working fine in my HTC desire 2.2, once it upgraded to 2.3.3 error is coming. I've 1 application with List, once you click on list it will display edit text to enter value. Once you type value, and clicked on OK button, value will append with

Re: [android-developers] Android programmer position at Arizona State University in Phoenix AZ

2011-11-16 Thread Rocky
Hi Eric, Are you looking Indian candidate, let me know On Thu, Nov 17, 2011 at 12:05 AM, Eric Hekler ehek...@asu.edu wrote: To all programmers I am looking to hire a new programmer, preferably in the Phoenix, AZ area to work on innovative new strategies in mHealth for promoting

Re: [android-developers] Re: Recommendation for Android Training

2011-10-20 Thread Rocky
Hi, If you are ready to come India, and if you want Indian trainer let me know. On Thu, Oct 20, 2011 at 9:45 PM, Keith Bennett keithrbenn...@gmail.comwrote: Hi, all. I'm looking to learn Android quickly and would be willing to travel to another country (I currently live in the Washington, DC

Re: [android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Rocky
please check alltechsolution.wordpress.com On Tue, Oct 18, 2011 at 4:14 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, is there anyway to disable or hide action bar in honeycomb 3.1? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] fragment in android

2011-09-06 Thread Rocky
go to this link, if u face any specific issue, post your code and error... http://developer.android.com/guide/topics/fundamentals/fragments.html On Tue, Sep 6, 2011 at 4:27 PM, mohana priya gpriyara...@gmail.com wrote: I am new to android.i need to divide the android screen using

Re: [android-developers] Re: Recommendation for Android Training

2011-08-25 Thread Rocky
Hi, I'm providing Android training, but i'm suggesting you if it is possible join Mark Murphy :) On Fri, Aug 26, 2011 at 1:40 AM, Akos Cz akos.czikmant...@gmail.com wrote: Take a look at Marakana. http://marakana.com/training/android/ They also have a some free educational videos on the

Re: [android-developers] Intent Data

2011-07-22 Thread Rocky
u can use bundle or when u call activity2 , call with startActivityForResult, and use the appropriate method. On Fri, Jul 22, 2011 at 4:02 PM, kaushik p kaushiks...@gmail.com wrote: Hi all , Is there any way to get data back from the child activity to the parent activity ?? For example if

Re: [android-developers] Intent Data

2011-07-22 Thread Rocky
at 4:12 PM, Rocky rkjhaw1...@gmail.com wrote: u can use bundle or when u call activity2 , call with startActivityForResult, and use the appropriate method. On Fri, Jul 22, 2011 at 4:02 PM, kaushik p kaushiks...@gmail.com wrote: Hi all , Is there any way to get data back from the child

Re: [android-developers] Re: Looking for Android language translation partners

2011-06-28 Thread Rocky
We can do? let me details rkj...@hotmail.com On Tue, Jun 28, 2011 at 7:35 AM, Indicator Veritatis mej1...@yahoo.comwrote: I see the app is also getting rather poor ratings. I am sure this has nothing to do with the bad translations, but is due to poor performance of the app. Why would a dog

[android-developers] Please help ---- geting error to send httpPost to server

2011-06-20 Thread Rocky
hi all, I'm getting error while sending data to server 06-20 21:19:35.796: WARN/System.err(374): java.lang.IllegalArgumentException: Illegal character in query at index 93: http://79.11.13.17/RestaurantPOSNew/ProcessOrder.aspx?order_id=4table_no=14order_items=[{

Re: [android-developers] Acer A500 is not showing in DDMS

2011-06-20 Thread Rocky
HI thank for reply, I did all stuff, restart adb, eclipse, system and while installing i unplugged the the device. but still facing same problem. On Mon, Jun 20, 2011 at 10:43 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 18 June 2011 22:36, Rocky rkjhaw1...@gmail.com wrote: Hi All

Re: [android-developers] Device and printer connection for printing data on printer.

2011-06-18 Thread Rocky
You need CS architecture, post the code, then we can understand where is the exact problem. On Sat, Jun 18, 2011 at 7:37 PM, ABS ravi.chavan...@gmail.com wrote: Hello everyone, I am new on android platform, working on one traffic control app. In this app i have to connect with

[android-developers] Acer A500 is not showing in DDMS

2011-06-18 Thread Rocky
Hi All, I install the proper driver from Acer.com (USB Driver_Acer_1.06.1500_A30H_A500) and did setting from SEtting-Application-USB Debugging-yes But still my emulator DDMS not showing as a device. Did i'm missing any setting. -- Thanks Regards Rakesh Kumar Jha -- You received this

[android-developers] click on component of ListView items

2011-06-17 Thread Rocky
Hi All, I have five (5) component on my list items, i want to perform click action on a particular component of list items, not to the list. ex- My list have - checkcomp1textcomp2 Imagecomp3 textcomp4 imagecom5

Re: [android-developers] In Android, how to get the keyevent of 'home Key' ?

2011-06-08 Thread Rocky
Hi I did some thing on blog please check that - http://alltechsolution.wordpress.com/2011/04/14/how-to-controldisable-home-button/ 2011/6/8 TreKing treking...@gmail.com 2011/6/7 执迷不悟 goblin_...@foxmail.com In Android, how to get the keyevent of 'home Key' ? Make a Home replacement app.

  1   2   3   >