Re: [android-developers] Need Developer to convert POC in App Inventor to Android Native Code. FT paid work. Work remotely to start with, UK Sponsorship to follow

2011-06-25 Thread Marcin Orlowski
On Jun 25, 2011 12:08 PM, FredDeer mzz...@gmail.com wrote: I developed a Proof of Concept in App Inventor that has now delivered a 6 figure development grant to turn it to a working prototype. Following on we have secured venture funding worth up to £23 million to launch it as a service.

Re: [android-developers] ACRA reports 7 crashes but Android market does not

2011-06-25 Thread Marcin Orlowski
On Jun 25, 2011 5:27 PM, Raghav Sood raghavs...@gmail.com wrote: Hi all One of my apps, Quaker, has ACRA bug reporting in it. I have received 7 reports from ACRA but the android market shows 0 errors. Market reports are optional and most users do not submit them (besides, these are barely

[android-developers] Where to fill bug/feature request agains Market console?

2011-06-20 Thread Marcin Orlowski
this? b.android.com does not seem right place Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp

Re: [android-developers] Where to fill bug/feature request agains Market console?

2011-06-20 Thread Marcin Orlowski
On 20 June 2011 18:53, Kostya Vasilyev kmans...@gmail.com wrote: Hi And specifially, this for Dev Console issues: I hoped there's something more serious than this infamous fill-this-form-and-we-wont-reply-anyway thing. Thanks. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda

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

2011-06-20 Thread Marcin Orlowski
copy worked w/o problem - just installed drivers. Not sure if I had to restart adb by hand though - try it - won't hurt. Also remember it is sometimes important to unplug the device before you install its drivers. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily

Re: [android-developers] External Usb Card WiFi in Android

2011-06-19 Thread Marcin Orlowski
On Jun 19, 2011 12:41 AM, Migazan eni...@gmail.com wrote: Hello, The Wifi network from my phone does not work. I can install an external usb on my phone? if you got working drivers but 'no' in general -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Freelancer

2011-06-18 Thread Marcin Orlowski
On Jun 18, 2011 6:20 AM, Zsolt Vasvari zvasv...@gmail.com wrote: Only if you know how to code a Tic-Tac-Toe app. Preferbly, in 3D. Hi all. I want to write Tic-Tac-Toe 3D app in Android but dont know how to do this. Plz send me source code. It's urgent -- You received this message because you

Re: [android-developers] Re: App Widget considerations when enabling installLocation in manifest

2011-06-16 Thread Marcin Orlowski
You could also consider separating widget from main app. having two apks you could allow sd card for main user and keep widget plugin app on main memory. depending on what your widget shows it may be the way to go On Jun 16, 2011 9:33 AM, Mark Carter mjc1...@googlemail.com wrote: I plan to show

Re: [android-developers] inflate Vs intent

2011-06-15 Thread Marcin Orlowski
inflate() to see if you do not miss anything you do in onCreate(). Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] When should I leave a service running?

2011-06-15 Thread Marcin Orlowski
It may be that you i.e. do not need service at all and separate thread would suffice. What do you need your service for? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance

Re: [android-developers] when to use aidl?

2011-06-14 Thread Marcin Orlowski
both player view as well as widget app. for the above scenario should i use aidl or can just extend service and get it work? Just send Intent from your i.e.player code to widgets to make it refresh when needed. You do not need any AIDL for that. Regards, Marcin Orlowski *Tray Agenda http

Re: [android-developers] Android Proguard - how to keep onClick handlers only referenced from XML layouts

2011-06-11 Thread Marcin Orlowski
to use proguard to make your app harder to rev-eng, you shall consider dropping android:onClick in faviour of setting handlers in code instead of exluding them from proguard Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http

Re: [android-developers] Android 3.1 is too slow

2011-06-10 Thread Marcin Orlowski
On Jun 10, 2011 6:33 AM, Raja Nagendra Kumar nagendra.r...@tejasoft.com wrote: Hi, Android SDK simulators are dead slow even on i7 machines with 16 GB ram.. How does others manage to use it for development.. doubt anyone uses 3.x simulators. you shall get real device if you do not like

Re: [android-developers] Making a service invisible

2011-06-10 Thread Marcin Orlowski
you cant (unless, perhaps you rooted). On Jun 10, 2011 7:32 AM, kampy narasimha1...@gmail.com wrote: Hi, i am making an mobile theft tracker application which indeed checks the sim details on boot up of the device and if the details are same the service stops and if not it will start sending

Re: [android-developers] Can I use a real phone and emulator in eclipse?

2011-06-10 Thread Marcin Orlowski
yes. enable debugging feature in system prefs (app - development). you may also need drivers for your phone (depends on model) On Jun 10, 2011 3:57 AM, Migazan eni...@gmail.com wrote: Hi, Can I use a real phone instead of a virtual device to develop in eclipse? -- You received this message

Re: [android-developers] How to use ListAdapter with Cursor

2011-06-10 Thread Marcin Orlowski
On Jun 10, 2011 3:40 AM, Jitendra jsdand...@gmail.com wrote: hi friends how we use ListAdapter with Cursor and why,because i have done application with ListView , ArrayAdapter and Cursor and the application run successfully so you basically asks someone to explain you your own code? -- You

Re: [android-developers] Dialog with no Activity?

2011-06-10 Thread Marcin Orlowski
you can also consider using activity - it does not have to go full screen (which seems to be your major concern) On Jun 10, 2011 3:38 AM, jtomasko j...@tomasko.net wrote: On the xoom tablet (3.1), after selecting a notification of a google calendar event, a dialog box (as far as I can tell)

Re: [android-developers] encrypt GPRS in Android?

2011-06-10 Thread Marcin Orlowski
First, it would help to understand how things works, as you do not need to encrypt the connection. All you need to encrypt is your data transmission. And it is completely irrelevant if you use GPRS or WiFi. You should not even bother it at all. You most likely need to go with SSL. Regards, Marcin

Re: [android-developers] Re: Making a service invisible

2011-06-10 Thread Marcin Orlowski
monitor than trying to go reallly stealth Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp

[android-developers] Offline docs - looks outdated, but how much it really is?

2011-06-10 Thread Marcin Orlowski
to d.android.com looks at least 1-2 months outdated.. So my questions is, what else is outdated there and if there's any chance that someone involved release up-to-date dump for download via SDK Manager? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy

Re: [android-developers] Good phone for development - and getNeighboringCellInfo()

2011-06-10 Thread Marcin Orlowski
them w/o device Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter/ * -- You

Re: [android-developers] Re: Device/user identification and data security

2011-06-07 Thread Marcin Orlowski
On 7 June 2011 14:18, Dani eraofw...@gmail.com wrote: Thank you for the answer and sorry for my English, I don't mean to protect data stored in the device, but I mean to protect the communication between client (my app) and server: for example, I want my web service is accessible only by my

Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread Marcin Orlowski
On Jun 7, 2011 11:44 PM, James james...@gmail.com wrote: With the standard keyboard on my Xoom, if I touch the status bar just below the spacebar on the keyboard, the spacebar receives the touch event. does not sound sane - quite likely you just hit the spacebar area or your digitizer thinks

Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread Marcin Orlowski
On Jun 8, 2011 12:10 AM, James james...@gmail.com wrote: I'm pretty sure it is by design, in order to increase the target area of the space bar, and it's a very nice feature. I'd just like to be able to make use of it in my own keyboard too. ok, you're right. found one that does so, too --

Re: [android-developers] Invisible Activity

2011-06-06 Thread Marcin Orlowski
On Jun 6, 2011 10:41 AM, Marc marcolebull...@googlemail.com wrote: I would like to create an app that changes the volume and then exits. For that I obviously won't need an UI or service, as a toast is enough. if you not need any ui for activity, simply do not use any in your onCreate() --

Re: [android-developers] Television effect when screen turned off.

2011-06-06 Thread Marcin Orlowski
doubt it would be more complicated than drawing several filled rectangles to form this animation On Jun 6, 2011 8:58 PM, jesse jiaxing_w...@163.com wrote: Dear all, Nexus S has a television effect when screen turned off ,I want to know if this feature is an Android2.3 feature or a samsung added

Re: [android-developers] Android 3.1 presentation - Portland Code Camp 2011

2011-06-06 Thread Marcin Orlowski
Sean, most of your slides are d.android.com screenshots or quotes from there, so i am not really getting what's the benefit from watching your slides instead of reading your source directly? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Using Toast in Services

2011-06-04 Thread Marcin Orlowski
why it is so hard to take a peek at docs to find out what 1st argument means? you need a context so 'this' if you inherit or getApplicationContext() or hand your wifi object on creation time etc... On Jun 4, 2011 8:25 AM, seema seema22...@gmail.com wrote: -- You received this message because you

Re: [android-developers] Control level of Log class

2011-06-04 Thread Marcin Orlowski
walls, especially in some low level areas like debugging or logging. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] Wifi applivcation

2011-06-03 Thread Marcin Orlowski
On 3 June 2011 15:54, project h__k...@hotmail.com wrote: Hi, i want wireless android application that open wifi and scan for wifi devices and connect with one. Tried searching Market for wifi or wifi scanner or so? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you

Re: [android-developers] Incoming Calls auto Answer

2011-06-03 Thread Marcin Orlowski
that my app is staying in front of the incoming call screen? Because if there are more calls coming the app should make a conference call with one hang up button. AFAIK it's not possible. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date

[android-developers] Honeycomb Market app oddities

2011-06-03 Thread Marcin Orlowski
(8 items each). And that's it. I admit I did not pay attention to that before but now recently I needed to cope with that Market and... ough... Anyone? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro

Re: [android-developers] Honeycomb Market app oddities

2011-06-03 Thread Marcin Orlowski
am somehow less optimistic... Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter

Re: [android-developers] Name of network?

2011-06-03 Thread Marcin Orlowski
usually by reverse lookup of your ip address, or better, because of nat you are usually behind, by using ip of your gateway. On Jun 3, 2011 10:46 PM, treyb tr...@ufl.edu wrote: I have tried googling this and can't find a straight answer. How do I get the name of the wifi network or domain name.

Re: [android-developers] NDK build error?

2011-06-02 Thread Marcin Orlowski
On 2 June 2011 13:54, Hitendrasinh Gohil hitendra.virtuei...@gmail.comwrote: Hi , Below is my .c file. Ask on android-ndk list. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date

Re: [android-developers] Platform tools

2011-06-02 Thread Marcin Orlowski
? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter/ * -- You received

Re: [android-developers] packet sniff

2011-06-02 Thread Marcin Orlowski
specs are clear about how communication shall all look like, so main difference you should expect is perhaps user agent ID and maybe difference in number of concurent requests etc. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http

Re: [android-developers] Fixed UserId for APK

2011-05-31 Thread Marcin Orlowski
No. It will let you, as name indicates, share IDs among your packages. But there's no way you can get fixed ID as user ids are assigned on each device depending i.e. on number of already installed packages etc. What you think you need it for? Regards, Marcin Orlowski *Tray Agenda http://bit.ly

Re: [android-developers] JSON OR SOAP ?

2011-05-30 Thread Marcin Orlowski
On 30 May 2011 05:15, Migazan eni...@gmail.com wrote: What better way to consume web services on android JSON or SOAP? As other said it's not the same type ot technology so comparing it is like asking what's better PNG or Photoshop?. Regards, Marcin Orlowski *Tray Agenda http://bit.ly

Re: [android-developers] ListView overscroll disable

2011-05-29 Thread Marcin Orlowski
. In your app? Try going that way if you *really* need to: http://jasonfry.co.uk/?id=27 Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] KEYCODE COLON?

2011-05-28 Thread Marcin Orlowski
pic: http://www.tracyandmatt.co.uk/blogs/media/tracyandmatts_blog/windowslivewriter/motorolamilestonereview_131ce/milestone-keyboard_2.jpg Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date

Re: [android-developers] Mac or PC for development

2011-05-27 Thread Marcin Orlowski
will have some spare bucks for devices Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp

Re: [android-developers] new to android

2011-05-26 Thread Marcin Orlowski
On 24 May 2011 21:08, Hadi Al-Zawad alzawadh...@gmail.com wrote: I'm new to android world and I want to know what to download on my computer to start making apps do i need an experience or it is easy to make programs ? You do not need any expierience at all. Just come here and ask here for

Re: [android-developers] how to extract .so file?

2011-05-25 Thread Marcin Orlowski
task for anyone who never did reverse engeneering before anyway. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] Five-In-Row Tic-Tac-Toe

2011-05-24 Thread Marcin Orlowski
I just received it! Thanks Robin! Regards, Marcin Orlowski On 24 May 2011 10:35, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: sure :) do you want that in 3D?? On Tue, May 24, 2011 at 1:47 PM, khanh_qhi™ khanhqh20...@gmail.comwrote: Hi all, Could anyone give me full source code

Re: [android-developers] Re: how to read all sms,calendar events,emails?

2011-05-24 Thread Marcin Orlowski
On 24 May 2011 15:29, TreKing treking...@gmail.com wrote: On Mon, May 23, 2011 at 10:55 PM, Zsolt Vasvari zvasv...@gmail.comwrote: If you want to read calendar events, go to the Calendar app source code and copy out the relevant pieces. Better yet, use the official Google Calendar API,

Re: [android-developers] Re: icons: getting conflicting information

2011-05-23 Thread Marcin Orlowski
the remaining third. Well apparently that current chart wasn't so current, after all. :-) Here's something more current (May 2011): http://developer.android.com/resources/dashboard/platform-versions.html Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule

Re: [android-developers] Specific drawable not working?????

2011-05-20 Thread Marcin Orlowski
of them are in M:\Program Files\Android\android-sdk\platforms\android-8\data\res \drawable-mdpi You should copy drawables to your app's res folder. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro

Re: [android-developers] Vertical Ads in Landscape Mode

2011-05-17 Thread Marcin Orlowski
to the user. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter/ * -- You received

Re: [android-developers] Does the Samsung Galaxy Tab 10.1v work with OSX?

2011-05-17 Thread Marcin Orlowski
Wait for this device to be officially released to find out. I/O pre-release does not really count. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook

Re: [android-developers] Heatmap example for android

2011-05-17 Thread Marcin Orlowski
On 17 May 2011 15:19, Vinicius Carvalho viniciusccarva...@gmail.com wrote: Hi guys, just sharing a demo of a heatmap I've done: For a record - real heat maps fade in time. Quite easy to be added. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy

Re: [android-developers] Heatmap example for android

2011-05-17 Thread Marcin Orlowski
On 17 May 2011 17:48, Marcin Orlowski webnet.andr...@gmail.com wrote: On 17 May 2011 15:19, Vinicius Carvalho viniciusccarva...@gmail.comwrote: Hi guys, just sharing a demo of a heatmap I've done: For a record - real heat maps fade in time. Quite easy to be added. I mean at least

Re: [android-developers] Google I/O 2011 Session material downloads/pdfs working for anyone?

2011-05-16 Thread Marcin Orlowski
for the other sessions that have PDFs attached. The error message and url it resolves to makes me think it might be a google permission issue. Why you not let him know directly? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http

Re: [android-developers] Google I/O 2011 Session material downloads/pdfs working for anyone?

2011-05-16 Thread Marcin Orlowski
BTW: from Twitter: For anyone who was getting a 404 on my Android Protips how I did that blog post, it should be back up now: goo.gl/4806r Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current

Re: [android-developers] Error Message Help

2011-05-15 Thread Marcin Orlowski
. PS: Check http://en.wikipedia.org/wiki/Program to find out what programme refer to, because you use it incorrectly. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance

Re: [android-developers] Change Android market signing key

2011-05-13 Thread Marcin Orlowski
, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter/ * -- You received this message

Re: [android-developers] How did you get into Android development

2011-05-13 Thread Marcin Orlowski
hammers or drills. If you do not know certain type of tool then you can simply learn how to use it because you got experience with that type of tools like programming languages, software development etc. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule

Re: [android-developers] How did you get into Android development

2011-05-13 Thread Marcin Orlowski
, not this time, I am busy :), and try to catch up with what you lacked (or at least with hardest parts). Simple as that. Works perfectly fine for me for many years. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro

Re: [android-developers] Preference Radio Buttons holding settings

2011-05-13 Thread Marcin Orlowski
Check your preferences agains non-unique keys. It may be you did copypaste and forgot to replace the key with new value, so in this case one item overwrites another and since value does not match any you got for your list, no entry is selected next time you there. Regards, Marcin Orlowski *Tray

Re: [android-developers] ndk5 exception crash with third-party library

2011-05-12 Thread Marcin Orlowski
On 11 May 2011 09:35, wasabee18 wasabe...@gmail.com wrote: Hi everyone, that's my first post, please be nice :) I beliee your problem shall be discussed on NDK list, not here (SDK). Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date

Re: [android-developers] Documentation

2011-05-12 Thread Marcin Orlowski
On 10 May 2011 19:34, Jorge Luis jorgelferr...@gmail.com wrote: Does anyone have any starting documentation for dummies like me that are used to structured language? Get used to OO languages (namely Java) first. Tons of books/tutorial on the subject. Regards, Marcin Orlowski *Tray Agenda

Re: [android-developers] Setting the browser's user agent

2011-05-12 Thread Marcin Orlowski
it was mostly Mobile vs Desktop predefined values. No custom strings. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] Re: menu item disabled, but clickable

2011-05-11 Thread Marcin Orlowski
is that stupid button?!) while item shown but disabled clearly tells you cannot use it. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com

Re: [android-developers] Out of three buttons, one button is not working

2011-05-11 Thread Marcin Orlowski
On 11 May 2011 14:28, mack2978 smashmah...@gmail.com wrote: android:onClick=selfDestruct Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook

Re: [android-developers] Re: menu item disabled, but clickable

2011-05-11 Thread Marcin Orlowski
manner). Considered filling bug report at b.android.com? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp

Re: [android-developers] Stable Built environment for Nexus S

2011-05-11 Thread Marcin Orlowski
FOR android) is better. Here's what's available: http://source.android.com/community/index.html Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

[android-developers] NFC testing rig?

2011-05-10 Thread Marcin Orlowski
some companies seem to offer what I need too, i.e. http://www.insidesecure.com/eng/Products/NFC-Products so there's a hope :) Anyway, if anyone who spent some time on the subject and is willing to share the lesson, I am all ears. Thanks in advance :) Regards, Marcin Orlowski *Tray Agenda http

Re: [android-developers] 3d model loading

2011-05-10 Thread Marcin Orlowski
On 10 May 2011 17:15, bob b...@coolgroups.com wrote: Are there any good examples of loading a 3d model on Android? Any file I/O tutorial shall do. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro

Re: [android-developers] Service is not started automatically at app startup

2011-05-09 Thread Marcin Orlowski
Use activity, setup your service in onCreate() and finish() your activity there. No need to pop up any UI. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile

Re: [android-developers] Sicronizar conta

2011-05-09 Thread Marcin Orlowski
2011/5/7 Peter Molski pmols...@gmail.com Boa tarde, amigos. Speak english here. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] Re: check before publish with LVL, the Application Licensing

2011-05-09 Thread Marcin Orlowski
On 9 May 2011 18:11, veetowner veetow...@gmail.com wrote: would it make any different of the version is higher than that in the published app? No, as this i scommon scenario - you simply test the never version. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily

Re: [android-developers] Re: check before publish with LVL, the Application Licensing

2011-05-09 Thread Marcin Orlowski
No, as this i scommon scenario - you simply test the never version. is and newer of course. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] Re: Multiple notification with a single icon

2011-05-08 Thread Marcin Orlowski
of Notification to let user know... Regards, Marcin Orlowski -- 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

Re: [android-developers] Re: Suspended my dev account without any explanation, Why?

2011-05-07 Thread Marcin Orlowski
from stolen goods. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter

Re: [android-developers] jpg to bmp conversion

2011-05-06 Thread Marcin Orlowski
requre all you have on whole device :) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp

Re: [android-developers] check before publish with LVL, the Application Licensing

2011-05-06 Thread Marcin Orlowski
from LVL server. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter/ * On 5 May

Re: [android-developers] Re: SDCard installs - auto or preferExternal?

2011-05-06 Thread Marcin Orlowski
On 5 May 2011 22:10, jtoolsdev brianjto...@gmail.com wrote: The manifest display in Eclipse defaults to auto. On a recent release I set it to preferExternal and there seemed to be some reports of difficulty. Problem is the docs say the same thing for both settings and that the user can move

Re: [android-developers] Re: 1380 Paid Applications in One Free Torrent then How to SELL it?

2011-05-05 Thread Marcin Orlowski
upgrade by simply halting current version. And make sure you do not push that too frequent. Each version shall live no less than 1,5-2 months or your (l)users will rant. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly

Re: Re: [android-developers] Determine if device has only SoftMenu Keys ?

2011-05-05 Thread Marcin Orlowski
(at least for devices that come with Market) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com

[android-developers] Market: Significiant installations drop

2011-05-05 Thread Marcin Orlowski
Hi, Since nobody complains about such posts here - it's just me or you see same significiant drop of active installation today (like 1/5 of volume)? Mostly on all apps. Is it sign of new Market fearture coming? ;/ Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily

Re: [android-developers] Market: Significiant installations drop

2011-05-05 Thread Marcin Orlowski
On 5 May 2011 17:56, TreKing treking...@gmail.com wrote: On Thu, May 5, 2011 at 10:36 AM, Marcin Orlowski webnet.andr...@gmail.com wrote: Since nobody complains about such posts here - it's just me or you see same significiant drop of active installation today (like 1/5 of volume)? Mostly

Re: [android-developers] Removing a specific over lay item

2011-04-30 Thread Marcin Orlowski
On 29 April 2011 20:46, TreKing treking...@gmail.com wrote: Please i need help its urgent any help WHAT KIND OF RESPONSE DO YOU EXPECT IN 4 MINUTES? Urgent? :) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http

Re: [android-developers] VP8 player by RTP on Android

2011-04-30 Thread Marcin Orlowski
questions on using NDK please use this group http://groups.google.com/group/android-ndk though Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] Books

2011-04-30 Thread Marcin Orlowski
On 30 April 2011 13:34, Knutsford Software i...@knutsford-software.co.ukwrote: What books do you recommend for learning how to develop android apps - I don't want to relearn Java but I gather you can write them in PHP I'd strongly suggest you learn Java. Regards, Marcin Orlowski *Tray

Re: [android-developers] problem after generate a .apk file

2011-04-30 Thread Marcin Orlowski
On 30 April 2011 13:47, Igor Nesralla Ribeiro nesra...@gmail.com wrote: Hi, I make a app on eclipse , win 7 after this I go on menu export and run iti export apk file and its seems to be ok for mei published it on the market...and finish(

Re: [android-developers] How to get the text height

2011-04-30 Thread Marcin Orlowski
On 30 April 2011 12:49, a a harvey.a...@gmail.com wrote: paint.measureText(text) return the width, how can i get the height of the text? value you used in setTextSize() * screendensity factor shall mostly give what you want. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda

Re: [android-developers] problem after generate a .apk file

2011-04-30 Thread Marcin Orlowski
you manage to trigger any sort of rarely exposed bug, it's mostly not related to exporting your app. I assume you changed this that way or another. If not, then describe step-by-step what you do to make this happen. Please check if it really happens all the time. Regards, Marcin Orlowski *Tray

Re: [android-developers] Change UI when executing an instruction

2011-04-30 Thread Marcin Orlowski
What about just having you all UI elements in one view but simply hide/show some you want to be visible conditionaly by using setVisibility() on them? Looks like you do not need anything more complicated anyway. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily

Re: [android-developers] Button code

2011-04-28 Thread Marcin Orlowski
Create object of Button class and add it to your layout. All is in documentation. All you need it is to read it. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile

[android-developers] Acer Iconia A500

2011-04-28 Thread Marcin Orlowski
this one is second on the list. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com

Re: [android-developers] Re: Acer Iconia A500

2011-04-28 Thread Marcin Orlowski
unable to imagine now Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter

Re: [android-developers] Non-US buyers still charged in US$.

2011-04-28 Thread Marcin Orlowski
the most often with UK buyers. With this, I am losing quite a bit of money as my prices are higher outside of the US. Works for me. I even got UK (pounds) order. Looks as processed right. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date

Re: [android-developers] Basic Question

2011-04-28 Thread Marcin Orlowski
://developer.android.com/reference/android/content/Intent.html#CATEGORY_LAUNCHER Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] How to run application at startup (Java app)

2011-04-28 Thread Marcin Orlowski
at boot time , how can i do that thank you look for action BOOT_COMPLETED Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] which is the fastest encryption scheme that i can use with android?

2011-04-27 Thread Marcin Orlowski
accelerated implementation will always win (but there's none for android I am afraid) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Marcin Orlowski
it if you do not mind - I'd love to check it out myself for example. Do you got automated console data import too? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile

Re: [android-developers] Android App Resolution

2011-04-26 Thread Marcin Orlowski
On 26 April 2011 14:55, aNtIfU yinf...@gmail.com wrote: Hi all Need help on android app resolution, What about reading dev docs on that subject first? http://developer.android.com/guide/practices/screens_support.html Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep

Re: [android-developers] Twitter Error: Communication with the service provider failed: api.twitter.com

2011-04-26 Thread Marcin Orlowski
This is not part of SDK so you shall ask author of this code instead. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] how to load intro while setting up huge database

2011-04-26 Thread Marcin Orlowski
Let know user in advance your setup is a lenghty process and let him cancel it if he wish or explicitely tell you to proceed. And for proceed - what about just showing ProgressDialog with either Please Wait... or any sort of progres indicator if you can have it? Regards, Marcin Orlowski *Tray

Re: [android-developers] Programming Android without any other experience......

2011-04-26 Thread Marcin Orlowski
no matter how many books or tutorials you read. Alternatively, you simply need to gain experience and practice. Invent some basic functionality and try to implement it. Or try to understand existing apps' sources first, if writting on your own is not yet possible Regards, Marcin Orlowski *Tray

<    1   2   3   4   5   6   7   8   >