[android-developers] Android Implementation of Emacs

2014-01-19 Thread Umar
I downloaded an implementation of Emacs from Google Play store. I am trying to make it work on my Samsung Note 2. Does anyone know which key maps to Ctrl and Esc (on the smartphone keyboard)? Is there any other versatile editor similar to Emacs that works well for Android developers? Thanks

Re: [android-developers] Developing a dictionary

2012-08-19 Thread Malik umar
hi, i want to create an offline dictionary and i have data in Microsoft word format. how do i use this data? Regards, Malik Umar On Tuesday, 23 March 2010 15:01:15 UTC+5, timo prill wrote: hi, best way is to use a database to store your data. have a look at this: http

[android-developers] Calling image from the server using json format

2011-07-04 Thread umar zia
Hello please help me about this link how we can solve this problem easily http://stackoverflow.com/questions/6538255/image-retrieval-using-json-format-in-android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: OutOfMemoryError- while to download big data and storing in db4o

2011-04-20 Thread nuruddeen umar
i have no idea on this problem. On 4/20/11, imran ali imran...@gmail.com wrote: Hi Streets, Thanks for reply, i have been following your both advice still i am having problem after some time. i am doing download and save data in loop, that is approx more than 100 times to download that

[android-developers] Android Camera Picture Taking Problem

2010-10-28 Thread umar
dear experts, using following code to use camera to take photo and then display it in imageview to another activity. now problem i am facing is this code behaves differently in different firmwares and phones for example 1) it works fine on HTC hero with 2.1 2) it gives null pointer exception

[android-developers] Being a Productive Android User on the go

2010-08-08 Thread Umar
Here are my requirements for truly drinking and living the Android coolade: * Use laptop or netbook or mini-book running Android * Prefer real keyboard rather than touch sensitive keyboard (not requiring tablet PC) * Android-based laptop device should have a driver that easily recognizes Clear 4G

[android-developers] [Ask] Android-based Laptop + need to run Win XP apps

2010-07-23 Thread Umar
Executive Summary: * Unable to cross the chasm between Windows 7 to Windows XP, driven by a business need. (see thread below for details) {what is means for me? Answer: Think Android :-)} * Exploring whether the following innovation exists: * Laptop running Android OS. *

[android-developers] Figuring out the test cases for Android-based Signal Meter

2010-07-07 Thread Umar
http://nyti.ms/9ZG6Gw Taking a cue from the recent flaw in Apple iPhone's signal meter, I was wondering what would be the test cases for consideration during Android-based mobile device testing by a product team? Are there any Android-based testing frameworks that support the simulation of this

[android-developers] Power Consumption by Android Phone

2010-07-07 Thread Umar
I have a dated T-Mobile Dash that runs Windows Mobile 6.x. For example, if I run the camera application and use the browser for a few minutes, the battery power consumption is significantly higher (understandably) than when these applications are turned off. Idle (non-active) mobile apps, by

[android-developers] Sustainable Software Development

2010-07-07 Thread Umar
Is there a sustainable software development model that is being adopted by the Android developer community? While the definition of the Java programming language includes the phrase buzzword-compliant, I am not intending to use the word sustainable as a buzzword. The word sustainable perhaps has

[android-developers] Re: Sustainable Software Development

2010-07-07 Thread Umar
principles that have been identified by Android developers? Hope this elaboration helps. On Jul 7, 12:47 pm, RichardC richard.crit...@googlemail.com wrote: Does this involve green text and recycling my Views? On Jul 7, 8:13 pm, Umar ramu.i...@gmail.com wrote: Is there a sustainable software

[android-developers] how to add search box on google map??

2010-01-19 Thread umar
can any one guide me how can i add Search box on google map??? and point out some locations ?? any help would be appriciated.. -- 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] How to call Web service in Andriod?

2010-01-13 Thread umar
dear friends, i am new to andriod and facing a problem to a web service in andriod i have web service given below http://finservice.sigmatec.com.pk/server.php?wsdl i have seen many sample but they dont seems to be working.. can any one guide me how can i call its function and get the data on

[android-developers] How to check whether it is GPS enabled device??

2008-05-28 Thread umar
Hi All, When clicking mobeegal icon how we can identify as it is GPS enabled devices and this one dumb devices,whether device itself it'll be identify,or is thr any APIs to differentiate from dump devices??I dont find any APIs to differentiate. Thanks, Ashok..

[android-developers] Re: Regarding Multiple Language support.

2008-05-15 Thread umar
Im looking for the same.It is possible through Java internationalization.but im not sure whether we can use it in android.I'm trying for the same Here is link to get some idea abt I18N n L10N http://java.sun.com/docs/books/tutorial/i18n/locale/index.html Thanks, Ashok..