[android-developers] Re: Ringtones and RIAA

2011-10-14 Thread ko5tik
On 14 Okt., 02:08, mrqzzz marcus.ob...@gmail.com wrote: Hi, i am trying to understand if i am going to get in trouble if i publish a soundboard with a dozen of pieces of famous soundtracks (star wars, superman,etc..) having a lentgh of about 30 secs. or 2 mins. Certainly. AFAIR there is 10

[android-developers] Re: Android camera flashlight

2011-10-12 Thread ko5tik
You can change camera settings from java code. But first you will have to query camera object whether is actually supports any flash modes, and which flashmodes are supported. On 10 Okt., 21:53, Howely burel.y...@gmail.com wrote: Hello everyone, Here's my problem: I use WinDev Mobile

[android-developers] Re: Image processing

2011-09-27 Thread ko5tik
On 24 Sep., 12:26, Venki itzmesri...@gmail.com wrote:        I know Image Processing. I don't know anything about android though. I know Java, J2EE so I think I know some basics.I have planned to do some android apps using image processing. Where should I start? Give me some tutorial related

[android-developers] Re: unmarshalling and premature alarm problems

2011-09-27 Thread ko5tik
And I also wrote small , naive, and lightweight Databinding layer for JSON based on GSON pull parser: https://github.com/ko5tik/jsonserializer It is published on maven central and is reallz lightweight and fast. enjoy On 27 Sep., 02:57, Zsolt Vasvari zvasv...@gmail.com wrote: You could also

[android-developers] Re: Image processing

2011-09-27 Thread ko5tik
... damn german keyboard On 27 Sep., 08:34, ko5tik kpriblo...@yahoo.com wrote: On 24 Sep., 12:26, Venki itzmesri...@gmail.com wrote:        I know Image Processing. I don't know anything about android though. I know Java, J2EE so I think I know some basics.I have planned to do some

[android-developers] Re: SQLite and JSON or Java object serialization

2011-09-16 Thread ko5tik
I wrote and published small library for JSON data binding: https://github.com/ko5tik/jsonserializer I uses GSON pull parsing , based on convetions, has small footprint and is good to marshal / unmarshal simple java beans to files. Release 0.6 is available from maven central. regartds

[android-developers] Re: ocr

2011-09-13 Thread ko5tik
This one compiles, is pure java and contains android demo: http://sourceforge.net/projects/javaocr/ On Sep 12, 5:01 pm, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On 12 September 2011 15:56, Lwe luaisul...@gmail.com wrote: this is word-ocr

[android-developers] Re: How to convert voice to text

2011-09-06 Thread ko5tik
On Sep 6, 7:56 am, HariRam hariram1...@gmail.com wrote: Thanks for previous replies,               Is it possible to convert voice as a text. i searched through website, there is more guidance for text to speech but none for voice to text. if anyone have idea for how to transmit voice to

[android-developers] Re: A user of pirated? version seeking support

2011-09-03 Thread ko5tik
Well, now you can strike back. Strip pirated APK, extract russian strings etc and add to your application. Thos way you get control back and free translation On Sep 3, 1:53 am, H m...@howardb.com wrote: No, proguard only touches the java stuff. The xml files are left exactly as they were.

[android-developers] Re: handle byte memory here

2011-08-30 Thread ko5tik
MMapping it could be a solution. On Aug 30, 12:13 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Aug 30, 2011 at 6:02 AM, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: i am trying to retrieve meta data from media file approx 1gb So? That does not mean you can allocate 1GB of

[android-developers] Re: Freemium Model with In-App Purchases

2011-08-28 Thread ko5tik
Hi Andy, You shall definitely visit a lawyer spezialized in this area. Thanks to BRAGO it is not that expensive in germany. Most probably you can ignore this letter altogether on formal grounds, but visit lawyer first. (I witnessed how lawyer dismissed Abmahnung from JBoss with just one f**k

[android-developers] Re: Character recognition in android?

2011-08-16 Thread ko5tik
On Aug 15, 11:01 am, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: It is not a trivial task for a computer, let alone a mobile device. You are probably looking into neural networks, and there should be some libraries in both Java and C. It's not that hard either (see previous post)

[android-developers] Re: Character recognition in android?

2011-08-15 Thread ko5tik
You are welcome. Our humble open source project: http://sourceforge.net/projects/javaocr/ ( We are underdocumented there, but give support through mailing lists) One android market application based on it: https://market.android.com/details?id=de.pribluda.android.ocrcallfeature=search_result

[android-developers] Re: molasses Debug mode

2011-08-11 Thread ko5tik
Stop debugging. Test driven development and sensible logging can eliminate need for debuging. Usially it is faster to place LOG.wtf() on key position and redeploy as stepping through 150 levels of function invocations On Aug 11, 6:01 am, bob b...@coolgroups.com wrote: When I run my Android

[android-developers] Re: advertising your own apps

2011-08-09 Thread ko5tik
Otherwise you can team up with somebody, and share house ads. Actual admod house ads allows you to allocate certain amount of impressions per time slot - I share 2000 impressions per month per slot with somebody - Some 500 downloads so far. On Aug 8, 2:27 pm, elix emr...@gmail.com wrote: In

[android-developers] Re: I need a CamScanner like example

2011-08-05 Thread ko5tik
We are working on pure java opensource OCR library (which also includes image processing - mostly bw), and it is used in android applications: http://sourceforge.net/projects/javaocr/ You are welcome to give it a spin and ask questions on your mailing lists On Aug 4, 2:26 pm, ricardocunha

[android-developers] Re: ocr implementation with android

2011-08-03 Thread ko5tik
We have open source solution which is pure java and used in android applications: http://sourceforge.net/projects/javaocr/ One published example: https://market.android.com/details?id=de.pribluda.android.ocrcall Project includes android demo and is actively developed - contributions welcome

[android-developers] Re: How to use Camera setPreviewCallback listener?

2011-08-03 Thread ko5tik
Did you started preview somewhere via: mCamera.startPreview() On Jul 26, 9:01 pm, TurboMan yusufce...@gmail.com wrote: Hi, I have an application which uses Camera preview feature. I can see the camera preview without any problem. But, OOH I need to capture preview frame. I've googled and

[android-developers] Re: Oauth and google apis

2011-05-06 Thread ko5tik
On May 5, 9:25 pm, patjackson52 patjackso...@gmail.com wrote: I'm working on using google docs list api and spreadsheet api in android.  I'm having trouble getting Oauth to work and there does not appear to be any libraries or sample code on the web.  The only example I have found is a

[android-developers] Re: etting SIGNAL 11 error

2011-04-26 Thread ko5tik
SIGNAL 11 means that something went wrong in native code, and proces was killed because of segmentation violation - this comes from outside of davlik - that's why you do not have stack trace. The question is: what did you try to do before this crash? -- You received this message because you

[android-developers] Re: high scores

2011-04-19 Thread ko5tik
via: https://github.com/ko5tik/jsonserializer If you like to watch it in action: https://market.android.com/details?id=de.pribluda.games.android.linesfeature=search_result ( allow at least 30 minutes to synchronize with highscore server ) -- You received this message because you are subscribed

[android-developers] Re: java.lang.NoSuchMethodException + Jackson Parser

2011-04-07 Thread ko5tik
I think this issue is not related to android, and is best asked on jackson mailing lists. It says that jackson has tried to deserealize, guessed some (setter) method name and was bombed because it was unavailable. This may happen is JSON contains some fiels which was not there before, of of

[android-developers] Re: Best Ads for Android Apps

2011-04-03 Thread ko5tik
Your admob account will be migrated to adsense in near future anyway. It starts by displaying adsense ads through admob widgets. regards, -- 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: AdMod in a Surfaceview

2011-03-30 Thread ko5tik
AdMob SDK 4.0.2 ( well, now it's google admob SDK ) was really buggy, so I just downgraded back to older admob version. Now there is 4.0.4, which claims to have fixed bugs arising from accessing widgets by wrong thread On Mar 27, 2:55 am, Kevina k.a.j.adege...@gmail.com wrote: Hi all, I

[android-developers] Re: reflection result cache not available?

2011-03-14 Thread ko5tik
On Mar 12, 10:01 pm, Dianne Hackborn hack...@android.com wrote: You'll need to cache this stuff yourself.  I really recommend avoiding reflection though for any performance critical things -- even if there is no time required for the class/methods lookup, you will still tend to spam a lot of

[android-developers] reflection result cache not available?

2011-03-12 Thread ko5tik
Hi all, Doing profiling I discovered that Class.getMethods() is taking a lot of time, and results are not cached internally - from J2EE world I'm used that such caching is available, and must be switched off explicitly. Is there reason for this? (I'm sure there is a good one, but can not find

[android-developers] Re: How To Reduce Camera Resolution?

2011-03-08 Thread ko5tik
It is not always possible to set up resolution even if camera offers it. Some implementations refuse settings and behave in unexpected way. ( But this is mostly for higher resoultions ) On Mar 7, 10:56 pm, gjs garyjamessi...@gmail.com wrote: Hi, Query the picture sizes the camera

[android-developers] Re: Why was “Avoid Enums Where You Only Need Ints” removed from Android's performance tips?

2011-02-28 Thread ko5tik
Meanwhole there is JIT Compiler for dawlik - so there is a lot of runtime optimisations and inlining going under the carpet. I would say, that there is no longer performance penalty justifying ugly code On Feb 28, 8:29 pm, thierryd thier...@gmail.com wrote: The section Avoid Enums Where You

[android-developers] Beta tester wanted for OCR application

2011-02-15 Thread ko5tik
Hi all, My Small OCR application is ready to be beta tested. For now it can (hopefully correctly) recognize and dial phone numbers in dark letters against light backgrounds. It utulises open source OCR library: http://sourceforge.net/projects/javaocr/ Signed APK can be downloaded from:

[android-developers] Re: Careful, Dell Streak 7 ignores manifest setting for Orientation

2011-02-14 Thread ko5tik
On Feb 14, 6:09 am, Dianne Hackborn hack...@android.com wrote: This isn't specific to the dell streak.  In the standard platform, the lock screen forces the orientation to portrait, so when going to sleep if the screen is landscape then it will get changed to portrait.  As always, an app

[android-developers] Re: How to detect Face and Smile Face matching in Android?

2011-01-22 Thread ko5tik
This certainly goes into domain of image processing and shape recognition, and we are working on java image processing and recognition library here: http://sourceforge.net/projects/javaocr/ On Jan 21, 5:02 pm, obie alla...@gmail.com wrote: hey detecting smiles and rectangles is very

[android-developers] Re: AdSense for Android: is it available in Europe?

2011-01-20 Thread ko5tik
On Jan 20, 6:00 am, Nightwolf mikh...@gmail.com wrote: adMob allows using adSense as ads source. In case of adSense (without adMob) you have to register account and mention that you're going to show ads in mobile application. Apparently not for me. No way to activate this from control

[android-developers] Anybody seen comfortta.com?

2011-01-19 Thread ko5tik
It seems that this is new app thief around here. They just hacked my highscore lists to place URL on the top (not very scillfull, but it will require intervention to remove entries) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: AdSense for Android: is it available in Europe?

2011-01-18 Thread ko5tik
It is available but not for everybody - you have to meet certain criteria (amount of traffic) to be accepted On Jan 18, 4:07 pm, Mik mam.marche...@gmail.com wrote: Dear all, I am missing something here: when I run apps in my device I see many ads by google. I am using Admob so far but I

[android-developers] Re: Anyone know how to calculate speed WITHOUT GPS?

2011-01-16 Thread ko5tik
On Jan 12, 7:16 am, keyboardr keyboa...@gmail.com wrote: You could also try integrating the readings from the accelerometers, but I suspect this would give you even worse accuracy and you'd have to have some way to calibrate the zero point. INS also requires gyroscopes. But quality of those

[android-developers] Re: Focusing a video camera

2011-01-11 Thread ko5tik
On Jan 10, 9:21 pm, elik eli.ko...@gmail.com wrote: I developed a small video camera application. It is based on code from the android sources. It all works fine except focus. First, I was surprised to see that the sample video camera code don't have autofocus (or focus). I understand I

[android-developers] Re: capture frames from camera

2011-01-07 Thread ko5tik
You could supply socket to media recorder, and it will write live data into it - so you can capture data before it saved. ( this will be already compressed though ) On Jan 6, 11:11 pm, android-ivs lyl...@gmail.com wrote: I am writing an Android app for video processing. As a first step, I

[android-developers] Re: Amazon to Policy Android Market Place

2011-01-07 Thread ko5tik
lmor...@earthcam.com wrote: I don't, because for some bizarre reason they are making it US-only! What on earth are they thinking? Selling all over the world is mayor PITA - all the different tax regulations, payment providers... Not to speak of US export restrictions - you sell some funny

[android-developers] Re: how to convert colour image to black and white

2011-01-06 Thread ko5tik
If this a preview image, chances are that it has luminance first in data array. Check memory layout of format supplied by camera. On Jan 5, 10:02 am, Zsolt Vasvari zvasv...@gmail.com wrote: What have you tried so far? On Jan 5, 3:45 pm, sudha sudhagupta2...@gmail.com wrote: Hello all,

[android-developers] Re: Cross Word Game

2010-12-28 Thread ko5tik
layouts and widgets) C1)  Just use Canvas for your 2D lib and all will be easy and well. Cheers On Dec 27, 1:11 pm, ko5tik kpriblo...@yahoo.com wrote: On Dec 27, 6:35 pm, Diego N. diegonunes.sist...@gmail.com wrote: I would like to develop a crossword puzzle game but never worked

[android-developers] Re: Cross Word Game

2010-12-27 Thread ko5tik
On Dec 27, 6:35 pm, Diego N. diegonunes.sist...@gmail.com wrote: I would like to develop a crossword puzzle game but never worked with game development. He wanted to know where to start. I will use Java 2D? I would recommend to stick to standard android widgets if you do not need realtime

[android-developers] Re: Which JSON Parser is better

2010-12-26 Thread ko5tik
, and will add pull parsing to it when i get some time. Everybody is welcome to join the effort: https://github.com/ko5tik/jsonserializer -- 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

[android-developers] Re: Which JSON Parser is better

2010-12-26 Thread ko5tik
On Dec 26, 7:18 pm, Jonathan Foley jonefo...@gmail.com wrote: Are you aware of the jackson JSON library, its very fast and has nice data binding APIs. Yes, I'm aware of it - but it comes with full (although small) can of worms and dependencies attached. Right now my games are 130KB and

[android-developers] Re: Which JSON Parser is better

2010-12-25 Thread ko5tik
Built in JSON is adequate, but as every DOM-Kind of parser pretty memory consuming. Pull-Parser is really necessary. -- 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

[android-developers] Re: Inputs from the Android Camera

2010-12-22 Thread ko5tik
You can put whatever you like as overlay over camera surface view (except another surface view ) See our android sample in javaocr project: http://sourceforge.net/projects/javaocr/ On Dec 22, 2:20 pm, Atik atik0...@gmail.com wrote: hi, so i have downloaded the source of camera app of android.

[android-developers] Re: Extract a bit code from a image

2010-12-19 Thread ko5tik
Convert to bit image bz applying thresgholding and then just scan along the lines and cound changes from 0 to 1 We are working on image processing library / OCR here: http://sourceforge.net/projects/javaocr/ It may be usefull for you and works on android On Dec 18, 3:29 pm, denper

[android-developers] Re: Computer Vision / Image Processing

2010-12-16 Thread ko5tik
Hi Myles, We are working on OCR library suitable to use in android ( pure java, no external dependencies ) - and such libraries include code for image processing. We also have android demo featuring camera snapshots and performing OCR on them Help and ideas are welcome:

[android-developers] Re: What is the best way to send data from Android Application to a Remote MySQL Database?

2010-11-29 Thread ko5tik
On Nov 29, 1:34 pm, priya naral naral.pr...@gmail.com wrote: What is the best way to send data from Android Application to a Remote MySQL Database? Some kind of REST service. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: android for OCR library?

2010-11-23 Thread ko5tik
Costa raydaco...@gmail.com wrote: Regards The cool, but runs on android? Have you ever done anything to Andoid this api? 2010/11/21 JP joachim.pfeif...@gmail.com Assembly required. On Nov 21, 4:34 am, ko5tik kpriblo...@yahoo.com wrote: On Nov 20, 8:36 pm, JP joachim.pfeif

[android-developers] Re: android for OCR library?

2010-11-21 Thread ko5tik
On Nov 20, 8:36 pm, JP joachim.pfeif...@gmail.com wrote: The Tessaract OCR engine:http://code.google.com/p/tesseract-ocr/ has been integrated in Android. Here's a writeup by a team that's gotten it to work:http://www.itwizard.ro/mezzofanti-augmented-reality-through-text-reco... Could not

[android-developers] Re: android for OCR library?

2010-11-20 Thread ko5tik
On Nov 19, 10:04 am, Ray da Costa raydaco...@gmail.com wrote: Please inform anyone know if there is an android for OCR library? We are working on it here: http://sf.net/projects/javaocr/ Core with basic image processing stuff is ready, invariant moments plugin also works. Help is welcome.

[android-developers] Re: Best tool to visualize an Android Project ?

2010-11-15 Thread ko5tik
On Nov 15, 7:07 am, Saurabh shahsaurabhs...@gmail.com wrote: Hello All; Can anyone suggest me a good tool to quickly understand a reasonably big Android project: the class hierarchies, relations and methods via some visual means? Is some kind of plugin available that we can point it to the

[android-developers] Re: Camera Callback onPreviewFrame

2010-11-10 Thread ko5tik
You should not rely on frame rate or exact timing of preview frames. AFAIK they are not guaranted. regards, On Nov 10, 11:52 am, Maurizio Mento mauriziome...@gmail.com wrote: Hi, I am working on an application in Android and I have to manipulate the data coming from the preview. I read that

[android-developers] Re: Draw on SurfaceView(VideoPlayer) Canvas

2010-11-05 Thread ko5tik
Usually this is done via transparent views overlaid over your surface And remember - you can not overlapp 2 surfaces. On Nov 4, 7:20 am, sapegas dr.blackm...@gmail.com wrote: I'm trying to draw some primitives on SurfaceView Canvas, but I can't do this. I need to implement a

[android-developers] Re: Using BroadcastReceiver in JUnit tests

2010-10-16 Thread ko5tik
If you like to test functionality of your broadcast receiver , you can use mock frameworks ( I personally find jmockit most powerfull, but not easy to understand) On Oct 15, 10:10 am, viktor victor.scherb...@gmail.com wrote: Any proposition how to test async calls? On 14 öÏ×, 15:23, viktor

[android-developers] Re: Beta Testers needed for fast-paced retro game

2010-10-16 Thread ko5tik
konstantin.pribluda[at]gmail.com I have HTC hero with 2.1 regards, On Oct 15, 6:19 pm, Nacho Pintos nacho.pin...@gmail.com wrote: Hi! I'm  bedroom developer and I'm finishing my first android game, Flee, which (hopefully) will be released in the coming weeks. I'm a bit scared to release it

[android-developers] Re: Stolen app on market

2010-10-13 Thread ko5tik
Where ist he located physically? It may be criminal offence in his home jurisdiction, and surely a case for lawsuit. Maybe he is accessible this way -- 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: how to send data to server while recording

2010-10-09 Thread ko5tik
Here is my inspiration source: http://www.mattakis.com/blog/kisg/20090708/broadcasting-video-with-android-without-writing-to-the-file-system -- 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: how to send data to server while recording

2010-10-08 Thread ko5tik
On Oct 8, 2:44 am, cindy ypu01...@yahoo.com wrote: why we need base64 encoding? Is that AMR ? Because HTTP is text based protocol - your server will barf on binary data (mine does ;) ) -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Any proposed changes to the Android Market?

2010-10-08 Thread ko5tik
I think squelch button for app / developer in your market client would be sufficient - you just stop seeing it. This data could be collected by market and analyzed. BTW, is there some URL where one can see actual ranking of applications? regards -- You received this message because you are

[android-developers] Re: Service, AsyncTask, or both?

2010-09-22 Thread ko5tik
I do all interchange with my high-score servers ( pretty same use case as yours, also with sent flag ;) ) in broadcast receiver - I request regular updates via non-wakeup alarm ( 30 minutes ). It works fine. Service is needed when you have to do longer piece of work and stay alive. -- You

[android-developers] Re: How much money do you make?

2010-09-22 Thread ko5tik
On Sep 21, 10:35 pm, Indicator Veritatis mej1...@yahoo.com wrote: in Yeltsin's Russia, for example, it was routine to keep one set of books for real and the other to show the taxman. You can figure out which showed the higher profits. It's not quite true ;) There were 3 books - for

[android-developers] Re: appbucket: all apps for $9.99 per year, are we just going to watch?

2010-09-22 Thread ko5tik
so basically he is admitting that he is not stealing himself, but dealing stolen goods - I seen on TV that prosecutors in USA are really eager if they see some crime as they are elected ( did they lied to me?) Is it possible to identify them? Is it possible to locate them? If that's not

[android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-21 Thread ko5tik
My downloads stagnate and go sometimes back one count ;) I think this is a policy to keep my app from going over 1 ( it was at 9975, dropped to 8700 one day, climbed back to 9975 and stagnates there despite known downloads throigh recommender function) On Aug 26, 4:47 pm, Fabrizio Giudici

[android-developers] Re: how to send data to server while recording

2010-09-21 Thread ko5tik
On Sep 21, 8:13 am, cindy ypu01...@yahoo.com wrote: Hi all, My application needs to record audio and send audio data to server while recording. If User stops audio input, we will stop sending. Give media recorder file descriptor of server socket instead a real file. -- You received this

[android-developers] Re: appbucket: all apps for $9.99 per year, are we just going to watch?

2010-09-20 Thread ko5tik
On Sep 20, 6:43 am, Jason jason.poli...@gmail.com wrote: Unfortunately it's not just paying and refunding that is the issue with these guys. From the twitter account of appbucket: haha...They finally found the crack we have been using for some of our appsTook them long enough. We have

[android-developers] Re: Another developer has published an app using the EXACT same name as mine

2010-09-15 Thread ko5tik
Quick search in european trademark register shows me that there are 606 hits on ICE - so probably you have no way to trademark it. On Sep 14, 9:02 pm, Flying Coder av8r.st...@gmail.com wrote: Hi Dan,     Thanks for the feedback.  The app is ICE: In Case of Emergency and has been published on

[android-developers] Re: How to automatically restart widget update service after it is killed?

2010-09-09 Thread ko5tik
I use scheduled alarm, which apparently can not be killed and enable them after boot - it seems that widget gets onOnabled() on first display. I was unable to prove this through documentation through, and it seems that scheduled alarms do not survive package reinstall. regards, -- You received

[android-developers] Re: Need project idea

2010-09-06 Thread ko5tik
On Sep 5, 8:11 pm, sws-vinpa vincepascu...@gmail.com wrote: Serial ports would be valuable for this sort of application.  ;-) I heard of bluetooth dongles which can be plugged to CAN - even more valuable -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to use D-Pad control in Android

2010-09-05 Thread ko5tik
On Sep 3, 3:34 pm, Dhrumil Shah dhrumilsh...@gmail.com wrote: Hey Avigadl, If I change the values of the each direction like DIRECTION_TOP = 0, DIRECTION_DOWN = 1, DIRECTION_RIGHT = 2, DIRECTION_LEFT = 3; it is working? I changed that but unfortunetly its not working. Any other Solution?

[android-developers] Re: Can you change permissions when you update an app?

2010-08-31 Thread ko5tik
On Aug 29, 12:19 am, chromedude srmorrison...@gmail.com wrote: I ask because I have an app that I want to launch with permissions that apply to it at that stage but I am planning to release an update that will need more permissions, but I do not want users to not install the original app

[android-developers] Re: String being truncated when its long

2010-08-27 Thread ko5tik
I do following ( much the same as you ), but instead bothering with readline() I just use HTTP Client code to retrieve string: HttpGet get = new HttpGet(pullUrl + ?since= + since); HttpResponse response = httpClient.execute(get); JSONArray jsonArray = new JSONArray(new

[android-developers] Re: String being truncated when its long

2010-08-27 Thread ko5tik
My game has no problem to pull and parse complete highscore list: http://www.pribluda.de/highscore/lines/LinesHighscore/pull?since=0 (ok, usually it is less that that - only updates sine some moment ) I would check with some other tool ( SoapUI us the one ) if server side works properly and

[android-developers] Re: Greystripe experiences?

2010-08-26 Thread ko5tik
you may try admob. CPM is OK (for my apps), fill rates over 95%, and monthly payments with a month delay. On Aug 26, 6:52 am, andfan22 andfa...@gmail.com wrote: Thanks for the info. Hmmm, that's a shame that their banner ads are only in beta.  I have no desire to include full screen ads in my

[android-developers] Re: Converting XML into Java in Android

2010-08-19 Thread ko5tik
databinding frameworks ( less work on your part, big libraries, undiscutable memory footprint, sometimes need to generate some classes ) If you can switch to JSON, I can recommend small databinding framework I developed to use in my highscore system: http://github.com/ko5tik/jsonserializer (Feel free

[android-developers] Re: Whats first onCreate or the constructor

2010-08-15 Thread ko5tik
In java object does not exist until constructor call is complete - so no other methods can be called on it. However, it can be that different constructor was called (default one?) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: POJO junit test in an Android project

2010-08-10 Thread ko5tik
On Aug 10, 3:39 am, doug doug_a...@yahoo.com wrote: Oh well, It doesn't seem that the Eclipse plug-in would even run a test case subclassed directly from junit.framework.TestCase.  How do folks test POJOs in Android then? Which junit.framework.TestCase you are using? One coming from

[android-developers] Re: Are external libraries limited by Android version?

2010-08-10 Thread ko5tik
On Aug 9, 1:26 pm, FrEaKmAn zasebn...@gmail.com wrote: Hello Will external library (for parsing JSON) work on 1.5 if it works on 2.1? So are libraries limited by android version? If yes, why? Why do you need external library to parse JSON, if android already provides this functionality? --

[android-developers] Re: How to store questions for quiz type application

2010-08-03 Thread ko5tik
On Aug 3, 10:48 am, Paul Turchenko paul.turche...@gmail.com wrote: I would go with storing your questions in raw XML file (asset) and parsing it on the fly. This way, you can easily change it and (perhaps) later extend your aplication to communicate with web service that has questions. IMHO

[android-developers] Re: Twitter / Facebook source code

2010-07-21 Thread ko5tik
I'm affraid - nowhere. Though there are public APIs available to work with them On Jul 20, 12:23 pm, oriharel ori.ha...@gmail.com wrote: Where can I find the source code of Twitter / Facebook? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: ADB, HTC Hero and 2.1 Update

2010-07-21 Thread ko5tik
There is also an app shown directly after you connect to USB - I select top option ( just charge ) - otherwise it does not work On Jul 21, 8:00 am, Kiril Nedialkov kiril.nedial...@gmail.com wrote: sry, I forgot to mention it - yes, it is enabled. On Tue, Jul 20, 2010 at 10:29 PM,

[android-developers] Re: Authenticating an app

2010-07-20 Thread ko5tik
On Jul 19, 9:02 am, Ken ken0624...@gmail.com wrote: Hi, I wonder if it's possible to authenticate an app with a http server. THe server API does not require user name or password, but I'd like to expose the server API to a particular app only (so that it cannot be abused by other program).

[android-developers] Re: Is there any way to parse JSON object into ArrayList or Map...

2010-07-14 Thread ko5tik
://github.com/ko5tik/jsonserializer -- 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

[android-developers] Re: Easy and fast XML Parser?

2010-07-13 Thread ko5tik
will need kind of databinding tool (unfortunately there is not one in android) XStream is easy to use, but not really small. I decided to use JSON in my apps, and wrote small databinding library: http://github.com/ko5tik/jsonserializer It works well on even relatively big JSON files (highscore

[android-developers] Re: paypal mobile payment allowed?

2010-07-07 Thread ko5tik
On Jul 6, 10:19 am, Al Sutton a...@funkyandroid.com wrote: Just to address your point on collecting information from Googles Market; I've talked to someone at Google about this and it was an absolute no-go. The request wasn't for AndAppStore, but for another project that I was working on

[android-developers] Re: paypal mobile payment allowed?

2010-07-06 Thread ko5tik
On Jul 6, 12:01 am, moneytoo m...@seznam.cz wrote: It depends on what you want to charge the user for. From 3.3: All fees received by Developers for Products distributed via the Market must be processed by the Market’s Payment Processor. Definition ofroducts: Software, content and digital

[android-developers] Re: Android Corba

2010-06-21 Thread ko5tik
On Jun 19, 10:07 am, Squ36 romain.goncal...@gmail.com wrote: OK... So, if I can't use CORBA, what is the best way to program multi-users apps ? I'm insisting on the fact that it needs to run without a server access, because I'm a student, and I can't afford to buy or rent a dedicated

[android-developers] Re: Speed issue: content provider vs plain sqlite db

2010-06-13 Thread ko5tik
LIst adapter pulling data lazily out of database and reusing views will rescue you. In my game I display highscore list with 1000 entries - pretty fluent. regards, On Jun 12, 5:18 pm, Moss b.thax@gmail.com wrote: Just to make a small update on the issue, I looked a bit at romain guys

[android-developers] Re: Best way for web service calls ??

2010-06-13 Thread ko5tik
small data binding library for JSON (http://github.com/ko5tik/jsonserializer) If data amount is really big I would open plain socket to avoid overhead with HTTP client. To synchronize highscores in my game I use REST service with 2 methods: push( all the necessary fields) - just saves single

[android-developers] Re: How global is the app market?

2010-06-10 Thread ko5tik
Those markets aare cool, but without chinese knowlege there is no chance to put apps there... On 10 Jun., 05:28, NightGospel wutie...@gmail.com wrote: Hi Neilz, Be one of Asian people, AFAIK, mainland China people they have market their own, it's name is 安卓市場(Translation to English is

[android-developers] Re: Submit Android form data to the web via POST

2010-06-09 Thread ko5tik
You do not need additional libraries, as android already got HttpClient I do following: -%--- httpClient = new DefaultHttpClient(); HttpPost httpRequest = new HttpPost(PUSH_URL); ListNameValuePair pairs = new ArrayListNameValuePair(); pairs.add(new

[android-developers] Re: Is it possible to hide installed apps icon??

2010-06-09 Thread ko5tik
IIRC, if you omit: category android:name=android.intent.category.LAUNCHER/ in your application manifest, laubcher will not show it, but you will be able to start it with intent On Jun 8, 4:02 am, jlc488 jlc...@gmail.com wrote: I have a situation like this. I have a A app which shows on

[android-developers] Re: Avoiding float operations in game design

2010-06-08 Thread ko5tik
On Jun 8, 6:52 pm, Neilz neilhorn...@gmail.com wrote: Interesting, thanks. To go back to my other question, can some one confirm this: When bitmaps get drawn to the screen, is this all wasted precision? Is drawing at 281.01068 any different from drawing at 281.31343? I would say - Yes.

[android-developers] Re: Android Dev Phone with 2.x?

2010-06-05 Thread ko5tik
On Jun 4, 1:28 pm, Tomáš Hubálek tom.huba...@gmail.com wrote: In this case there is no chance in our country as Vodafone (as Nexus One distributor in Europe) said that they will not sell this phone in Czech Republic. I wish there would be ADP 3 as I like to have phone officially rooted

[android-developers] Re: Maven and Android

2010-06-03 Thread ko5tik
( jmockit is a tool ) Sample for maven and android: http://github.com/ko5tik/jsonserializer On Jun 3, 6:50 am, Nando Android nando.andr...@gmail.com wrote: Hi all, Is there any documentation out there that shows examples on how to start Android projects with Maven? I like Eclipse to develop

[android-developers] Re: Our Android Google AdSense Account Disabled due to 'modifying the ad behavior'

2010-05-28 Thread ko5tik
You should get appropriate lawyer to fix this issue. ( or at least raise it high enough so somebody who can make decisions, and not only implements business process looks at this issue ) regards, -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread ko5tik
On 21 Mai, 07:36, yuku yuk...@gmail.com wrote: I got 8 bugs in total for my app, dated May 5, May 13, and May 21. How could those bug reports be there, when Froyo is not even released? apparently your app is used by someone who gets access to fresh android images ( well, I got onyl 2 bugs

[android-developers] Re: How can I associate a file with a task?

2010-05-19 Thread ko5tik
On 18 Mai, 17:57, Bob Lee crazy...@crazybob.org wrote: On Mon, May 17, 2010 at 11:32 PM, ko5tik kpriblo...@yahoo.com wrote: Wha do you mean bay abanddoned -   the only callback for activity you can rely on is onPause() , which will be called when it leaves user focus. After

[android-developers] Re: Participate in app promotion experiment

2010-05-19 Thread ko5tik
On 19 Mai, 09:53, Piotr Buła piotr.b...@gmail.com wrote: Great idea. I was thinking of similar approach with my upcoming apps. I was planning on banding with few fellas for implementing cross- promotion (ie. I would promote my other apps and those of others and same on their side). ATM I

[android-developers] Re: How can I associate a file with a task?

2010-05-18 Thread ko5tik
On 18 Mai, 01:22, Bob Lee crazy...@crazybob.org wrote: My activity can be reused in multiple tasks concurrently. It stores a photo associated with the task in a file. If the task is abandoned, how can I know to delete the photo? Currently, I'm planning on keeping a fixed size queue of

  1   2   >