[android-developers] Re: Inbuilt SIP Stack for Video Conferencing?

2011-04-07 Thread j.s. mammen
I havent personally used it but its a good start, http://sipdroid.org/


On Apr 1, 5:04 pm, saha dev naveda...@gmail.com wrote:
 Hi all,

 In developer.android.com, they have mentioned it as the inbuilt SIP stack
 can be used for video conferencing. Is Anyone successful in using the SIP
 for video conferencing? How to do that?

 Any Help would be Appreciated!!!

 Regards,
 Naved

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Converting Blackberry Apps

2011-04-05 Thread j.s. mammen
Do you have the source code to the blackberry apps?

On Mar 31, 6:27 pm, usafrmajor usafrma...@gmail.com wrote:
 Is there a utility that will facilitate the conversion of Blackberry
 apps to android apps?  I understand if it is not perfect, but it would
 be great to have something that could do some/most of it.  thanks

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Converting Blackberry Apps

2011-04-05 Thread J.S. Mammen
Is the bb app written in Java/J2ME or C++?

On Tue, Apr 5, 2011 at 2:16 PM, Robin Talwar
r.o.b.i.n.abhis...@gmail.comwrote:

 ya well i do have the source code n i wont mind converting it into
 android...


 On Tue, Apr 5, 2011 at 2:12 PM, j.s. mammen mamm...@gmail.com wrote:

 Do you have the source code to the blackberry apps?

 On Mar 31, 6:27 pm, usafrmajor usafrma...@gmail.com wrote:
  Is there a utility that will facilitate the conversion of Blackberry
  apps to android apps?  I understand if it is not perfect, but it would
  be great to have something that could do some/most of it.  thanks

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: app freezes on slow connection waiting for response from mysql server

2011-03-23 Thread j.s. mammen
Is the connection to the server in seperate thread than the UI? If
not, one of the way to do is described here
http://developer.android.com/reference/android/os/AsyncTask.html

On Mar 22, 9:34 pm, acr acr...@gmail.com wrote:
 Hi all,
 I have an app that I set up to connect/parse json data/HttpPost to a
 mysql server via php..

 Everything works perfectly if there is a basic connection, and if
 there is no connection my handlers work flawlessly.
 The problem is when the server is slow to respond like 15-30+ seconds
 the activity just freezes. I cannot add a progress dialog to handle
 it, the app freezes until the android dialog pops up stating Force
 Close or Wait if I click wait it will eventually get up and
 running.

 Anyone know how to handle this situation so if the connections is
 dreadfully slow it doesn't cause the activity/app to freeze?

 Please help all suggestions appreciated
 Thanks,
 Albert

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: ideal system configuration for developing Android 3 apps

2011-03-22 Thread j.s. mammen
I am not in US and I really dont want to buy new hardware to develop
for Android as its only an hobby and learning tool.

I was looking for any optimization anyone has done on their system,
such as increasing the default JVM memory, increasing the default
stack space etc.

On Mar 22, 3:11 pm, String sterling.ud...@googlemail.com wrote:
 And if you're not in the USA, you're kinda screwed for Honeycomb
 development.

 String

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Cloud Computing

2011-03-22 Thread j.s. mammen
On Mar 22, 12:48 pm, Zsolt Vasvari zvasv...@gmail.com wrote:
 Oh please, leave the guy alone.  He probably got his CS degree from
 the same school where the Indian pilots get their pilot's licenses.

Lets not generalize about indian pilots and stick to the topic of
cloud computing,


 On Mar 22, 3:39 pm, Marcin Orlowski webnet.andr...@gmail.com wrote:



  On 21 March 2011 19:08, TreKing treking...@gmail.com wrote:

   On Mon, Mar 21, 2011 at 1:03 PM, rishabh agrawal 
   android.rish...@gmail.com wrote:

   I am a Begginer in android.But i want develope apps for
   Cloud Computing

   Oh for goodness sake.

  And who says marketing buzzwords do not work?

  Regards,
  Marcin Orlowski

  Tray Agenda http://bit.ly/trayagenda - keep you daily schedule handy...- 
  Hide quoted text -

 - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: ideal system configuration for developing Android 3 apps

2011-03-22 Thread j.s. mammen
Thanks Mark for your suggestion.
According to the API, the default is 96MB RAM which I am not sure
applies to all versions of API.

I will try your suggestions and other hardware options mentioned in
API and update this thread.

-jm

On Mar 22, 4:23 pm, Mark Murphy mmur...@commonsware.com wrote:
 Actually, bumping the RAM helps a bit. hw.ramSize (Device RAM size)
 of 1024, if you have enough memory on your development machine, does
 improve performance. It is still fairly dreadful, but I couldn't even
 get it to boot with whatever the default was.





 On Tue, Mar 22, 2011 at 7:19 AM, String sterling.ud...@googlemail.com wrote:
  I think the point is that the Honeycomb emulator is abominable on every
  configuration that anyone's reported. Even Google has admitted that it's
  really bad.
  AFAIK, nobody's reported any success with improving the situation by
  tweaking settings, either. Why don't you do that, and let us know what you
  find?
  String

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 _The Busy Coder's Guide to Android Development_ Version 3.5 Available!- Hide 
 quoted text -

 - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: ideal system configuration for developing Android 3 apps

2011-03-22 Thread j.s. mammen
Ok, here is what I did to make the Android 3 emulator slightly more
usable:
- increased emulator vm.heap to 256 from 49
- reduced the resolution to 1024x768, default was much higher
- emulator ram to 512 (tried 1024 but it crashed )
- also increased the eclipse vm to 1024

Its slightly more faster than before!!!

On Mar 22, 5:02 pm, j.s. mammen mamm...@gmail.com wrote:
 Thanks Mark for your suggestion.
 According to the API, the default is 96MB RAM which I am not sure
 applies to all versions of API.

 I will try your suggestions and other hardware options mentioned in
 API and update this thread.

 -jm

 On Mar 22, 4:23 pm, Mark Murphy mmur...@commonsware.com wrote:



  Actually, bumping the RAM helps a bit. hw.ramSize (Device RAM size)
  of 1024, if you have enough memory on your development machine, does
  improve performance. It is still fairly dreadful, but I couldn't even
  get it to boot with whatever the default was.

  On Tue, Mar 22, 2011 at 7:19 AM, String sterling.ud...@googlemail.com 
  wrote:
   I think the point is that the Honeycomb emulator is abominable on every
   configuration that anyone's reported. Even Google has admitted that it's
   really bad.
   AFAIK, nobody's reported any success with improving the situation by
   tweaking settings, either. Why don't you do that, and let us know what you
   find?
   String

   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

  --
  Mark Murphy (a Commons 
  Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

  _The Busy Coder's Guide to Android Development_ Version 3.5 Available!- 
  Hide quoted text -

  - Show quoted text -- Hide quoted text -

 - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] ideal system configuration for developing Android 3 apps

2011-03-21 Thread j.s. mammen
Hi all,
Just wanted to know what is an ideal system configuration for
developing Android 3 apps?
or what are the systems configuration used by the developers in this
board?

The main reason for asking this because my laptop (dell xps) with 2gb
ram, p2 cpu is very slow when developing for Android 3.

Thanks in advance.
jm

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Updated XMLAdapters sample available?

2011-03-19 Thread j.s. mammen
Is there an updated version of XMLAdapters in the sdk sample as it has
lot of bugs in it.
http://developer.android.com/resources/samples/XmlAdapters/index.html

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] XmlAdapters sample not compiling

2011-03-18 Thread j.s. mammen
Hi all, I am trying to compile and run the XmlAdapter sample from the
sdk, also referenced in the below URL
http://developer.android.com/resources/samples/XmlAdapters/index.html

I am unable to compile and run due to following errors listed below,
any help is greatly appreciated.
I am using API level 8, also tried with 10, no change in errors.

-- errors begin --

mContext cannot be resolved Adapters.java /Feedsample/src/com/example/
android/xmladapters line 914Java Problem
mContext cannot be resolved Adapters.java   /Feedsample/src/com/example/
android/xmladapters line 972Java Problem
mContext cannot be resolved Adapters.java   /Feedsample/src/com/example/
android/xmladapters line 973Java Problem
mContext cannot be resolved Adapters.java   /Feedsample/src/com/example/
android/xmladapters line 976Java Problem
mFrom cannot be resolvedAdapters.java   /Feedsample/src/com/example/
android/xmladapters line 938Java Problem
mTo cannot be resolved  Adapters.java   /Feedsample/src/com/example/
android/xmladapters line 937Java Problem
mTo cannot be resolved  Adapters.java   /Feedsample/src/com/example/
android/xmladapters line 939Java Problem
The import android.content.XmlDocumentProvider cannot be resolved
RssReaderActivity.java  /Feedsample/src/com/example/android/xmladapters
line 20 Java Problem

-- errors end -

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] XML Adapter sample from SDK not compiling

2011-03-18 Thread j.s. mammen
Hi all, I am trying to compile and run the XmlAdapter sample from the
sdk, also referenced in the below URL
http://developer.android.com/resources/samples/XmlAdapters/index.html

I am unable to compile and run due to following errors listed below,
any help is greatly appreciated.
I am using API level 8, also tried with 10, no change in errors.

-- errors begin --

mContext cannot be resolved Adapters.java /Feedsample/src/com/example/
android/xmladapters line 914Java Problem
mContext cannot be resolved Adapters.java   /Feedsample/src/com/
example/
android/xmladapters line 972Java Problem
mContext cannot be resolved Adapters.java   /Feedsample/src/com/
example/
android/xmladapters line 973Java Problem
mContext cannot be resolved Adapters.java   /Feedsample/src/com/
example/
android/xmladapters line 976Java Problem
mFrom cannot be resolvedAdapters.java   /Feedsample/src/com/
example/
android/xmladapters line 938Java Problem
mTo cannot be resolved  Adapters.java   /Feedsample/src/com/example/
android/xmladapters line 937Java Problem
mTo cannot be resolved  Adapters.java   /Feedsample/src/com/example/
android/xmladapters line 939Java Problem
The import android.content.XmlDocumentProvider cannot be resolved
RssReaderActivity.java  /Feedsample/src/com/example/android/
xmladapters
line 20 Java Problem

-- errors end -

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: XML Adapters package missing

2011-03-18 Thread j.s. mammen
I dont see the provider in Honeycomb either..could you please tell us
what release version you are using?

On Mar 16, 2:59 am, simon.j.gilles...@googlemail.com
simon.j.gilles...@gmail.com wrote:
 I have the same problem. Also the API version in the manifest is 8 but
 the example only shows up when Honeycomb 3.0 is selected.

 On Mar 1, 4:08 am, Fivestar jetmirh...@gmail.com wrote:







  I was looking at the XML Adapters example on the android dev site and
  I tried to reproduce it in Eclipse using Honeycomb version and It does
  not run because the android.content.XmlDocumentProvideris missing
  under the jar file of the project. Does anyone know if this is because
  the HoneyComb is just a preview (not the full version)? That is the
  one I downloaded a few days ago.

  Thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en