[android-developers] Beta Testing Request - TextWand

2010-05-27 Thread Sam
Hi,
 We are developing a Text Messaging product called TextWand 'http://
www.textwand.com for the Android platform. I wanted to request the
users of your forum to Beta test it and let us know if it works well
for Android.

How can I post this invitation on your forum without it appearing to
be an unauthorized ad or getting locked out?

Thank you for your help.

Regards,
Chetan Gorde
Android Java Developer
Artificial Machines

-- 
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] Not able to install .APK file .

2011-02-03 Thread sam
Hi everyone,

I'm not able to install .apk file into the samsung galaxy tab,Android
API *,revision 1

i get an error saying INSTALL_FAILED_MISSING_SHARED_LIBRARY

Please help me to over come this problem

-- 
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: Alert Dialog to display across activities?

2010-03-01 Thread Sam
Basically I'm trying to get a popup notification that will work
independently of the Activity underneath it. Basically I want a
message to be on top of an Activity and stays there even if a timer
kicks in a the Activity transitions to another.

On Feb 26, 9:11 am, TreKing treking...@gmail.com wrote:
 On Thu, Feb 25, 2010 at 11:10 PM, Sam samm...@gmail.com wrote:
  Does anyone know if it's possible to get a Dialog box to display
  between activities?

 What are you trying to achieve by doing this? Maybe there's another / better
 way ...

 -
 TreKing - Chicago transit tracking app for Android-powered 
 deviceshttp://sites.google.com/site/rezmobileapps/treking

-- 
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] How to Clear Activity stack if using same activity multiple times?

2010-03-03 Thread Sam
So I have an app with Activity A. The layout on the activity is
dynamic genearted.
So it's possible that on Activity A a user hits a button that goes to
A and the new page looks different, then a user clicks another
button to go to A again. Now I have 2 Activities in the history
stack. A, A, and currently on A.
A-A- A ...

Is it possible that if a user clicks a button that the whole Activity
stack is cleared in a scenario such as this?

-- 
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: How to Clear Activity stack if using same activity multiple times?

2010-03-03 Thread Sam
Thanks for the info, but no of those intent combination I can seem to
get to work.

Basically if I have,

A(1)-A(2)-A(3)-A(4)

And when A(4) starts, I want A1-3 to be cleared from the stack.

On Mar 3, 4:37 pm, A R amit.r...@gmail.com wrote:
 check setFlags in Intent class. Also 
 readhttp://developer.android.com/guide/topics/fundamentals.html#acttask

 You can clear the stack upto a particular activity, if you want you
 can also set that your activity A is never kept in stack.

 HTH

 On Mar 4, 2:23 am, Sam samm...@gmail.com wrote:

  So I have an app with Activity A. The layout on the activity is
  dynamic genearted.
  So it's possible that on Activity A a user hits a button that goes to
  A and the new page looks different, then a user clicks another
  button to go to A again. Now I have 2 Activities in the history
  stack. A, A, and currently on A.
  A-A- A ...

  Is it possible that if a user clicks a button that the whole Activity
  stack is cleared in a scenario such as this?



-- 
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: How to Clear Activity stack if using same activity multiple times?

2010-03-03 Thread Sam
I ended up following someones suggestion of using an Activity stack to
handle things similiar to your intent stack to manage the 'Back' key
event thanks.

On Mar 3, 6:10 pm, Bo wang.b.fr...@gmail.com wrote:
 Did you try singleTop, singleTask or singleInstance?

 In your situation, you may need to maintain an intent stack all by
 yourself from A1 through A3, and handle the BACK key event
 respectively

 http://d.android.com/guide/topics/manifest/activity-element.html#lmode

 On Mar 3, 11:58 pm, Sam samm...@gmail.com wrote:

  Thanks for the info, but no of those intent combination I can seem to
  get to work.

  Basically if I have,

  A(1)-A(2)-A(3)-A(4)

  And when A(4) starts, I want A1-3 to be cleared from the stack.

  On Mar 3, 4:37 pm, A R amit.r...@gmail.com wrote:

   check setFlags in Intent class. Also 
   readhttp://developer.android.com/guide/topics/fundamentals.html#acttask

   You can clear the stack upto a particular activity, if you want you
   can also set that your activity A is never kept in stack.

   HTH

   On Mar 4, 2:23 am, Sam samm...@gmail.com wrote:

So I have an app with Activity A. The layout on the activity is
dynamic genearted.
So it's possible that on Activity A a user hits a button that goes to
A and the new page looks different, then a user clicks another
button to go to A again. Now I have 2 Activities in the history
stack. A, A, and currently on A.
A-A- A ...

Is it possible that if a user clicks a button that the whole Activity
stack is cleared in a scenario such as this?



-- 
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] Possible to Detect if OnResume is because Back button was hit?

2010-03-10 Thread Sam
Hi,

I wanted to know if it is possible to Detect in an Activitiy's
OnResume if the Activity is resuming because the devices Back button
was hit or not?

Sammy

-- 
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: Possible to Detect if OnResume is because Back button was hit?

2010-03-10 Thread Sam
Are you saying if you're on Activity A - Activity B, hit Back Button
from Activity B, a static flag is set to true on the back key,
When Activity A resumes, you check that static variable, and do your
logic, then set the flag back to false?


On Mar 10, 8:27 pm, Robert Green rbgrn@gmail.com wrote:
 I kind of do something like this.  I set a flag to false onResume and
 then set it true if the back button is hit.  onPause, if that flag is
 true, I know it's because my user is backing out and I can respond in
 a certain way (knowing that we'll be going back to a previous
 activity).  The previous activity won't know anything about this,
 though.  I use a static music manager and that is how I handle inter-
 menu game music.

 What's your specific need?  Maybe I can help out more then.

 On Mar 10, 6:47 pm, Sam samm...@gmail.com wrote:

  Hi,

  I wanted to know if it is possible to Detect in an Activitiy's
  OnResume if the Activity is resuming because the devices Back button
  was hit or not?

  Sammy



-- 
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: Possible to Detect if OnResume is because Back button was hit?

2010-03-11 Thread Sam
A) I do some logging of information if a user goes back to a page from
a back button versus some other way of accessing the page.
B) I had tried the startActivityForResults but was curious what other
way people have done it.

On Mar 11, 12:02 am, TreKing treking...@gmail.com wrote:
 On Wed, Mar 10, 2010 at 6:47 PM, Sam samm...@gmail.com wrote:
  I wanted to know if it is possible to Detect in an Activitiy's
  OnResume if the Activity is resuming because the devices Back button
  was hit or not?

 A) Why do you want to do this? Sounds hacky.

 B) If you start the Activity with startActivityForResult() the first
 activity will get it's onActivityResult() function called, indicating that
 the activity it started has finished.

 -
 TreKing - Chicago transit tracking app for Android-powered 
 deviceshttp://sites.google.com/site/rezmobileapps/treking

-- 
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] Anyway to detect if Broadcast Receiver is registered?

2010-03-11 Thread Sam
Hi,

I'm using more than 1 instance of MapActivity in an application that
look different from each other. I'm running into an issue sometimes
when leaving a MapActivity doesn't unregister it's BroadcastReceiver
and going Back to resume the MapActivity page it tries to re-register
the receiver again, thus receiving an Exception that Receiver already
registered.

Anyone know of a way to tell if a Broadcastreceiver is registered and
is listening?

Sam

-- 
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] Application wake up

2010-03-17 Thread SAM
Hi,
I have a requirement to wake up my application upon receiving a
particular formatted SMS or App directed notification from server.

My application is in dead state. Whenever the device receives a event
may be a SMS in a particular format OR some notification(eg app
directed notification from server), android OS will start my
application.

Its possible in Windows Mobile and BREW.

Please let me know if its possible in Android and how.

Thanks
Sam

-- 
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: Application wake up

2010-03-17 Thread SAM
hi,
I found a link:
http://davanum.wordpress.com/2007/12/15/android-listen-for-incoming-sms-messages/

But to recieve the SMS, my application need not be runnning. Can I
receive SMS when my app is not running. Moreover after scanning the
SMS prefix eg: 'MyAppID':XYZ,  I also also want to start the
application through code.

Thanks
Sameer

On Mar 18, 10:03 am, SAM gulati...@gmail.com wrote:
 Hi,
 I have a requirement to wake up my application upon receiving a
 particular formatted SMS or App directed notification from server.

 My application is in dead state. Whenever the device receives a event
 may be a SMS in a particular format OR some notification(eg app
 directed notification from server), android OS will start my
 application.

 Its possible in Windows Mobile and BREW.

 Please let me know if its possible in Android and how.

 Thanks
 Sam

-- 
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] Messaging Stopped Unexpectedly (SQLiteException)

2010-04-02 Thread Sam
I'm having an issue using Messaging apps on the device (have tried
native + other apps) when my locale is set to Arabic.  As soon as I
compose a new message and hit send, I get an error saying Messaging
Stopped Unexpectedly.  From the logcat:

V/Telephony(  756): getOrCreateThreadId uri: 
content://mms-sms/threadID?recipient=XXX
E/DatabaseUtils(  175): Writing exception to parcel
E/DatabaseUtils(  175): android.database.sqlite.SQLiteException: no
such column: ٠: , while compiling: SELECT _id FROM
canonical_addresses WHERE address=? OR PHONE_NUMBERS_EQUAL(address, ?,
٠)
E/DatabaseUtils(  175): at
android.database.sqlite.SQLiteProgram.native_compile(Native Method)


At first I thought it may be an encoding issue, but it's looking
likely that it may just be a bug?  When setting my locale to English
or anything else, it works just fine, even if using the Arabic soft
keyboard.  Also, this only manifests itself when creating a new
message; if I have an existing thread and go to reply to it, it works
just fine, even with Arabic locale.

Any ideas on a workaround?

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

To unsubscribe, reply using remove me as the subject.


[android-developers] Showing Static directions on Google Map View in android

2011-05-24 Thread SAM
Hi,
I was going thru the Google terms of conditions @http://
code.google.com/android/maps-api-signup.html and found that turn-by-
turn navigation is not allowed using android MAP view.

I have a reqirement similar to what at
http://groups.google.com/group/android-developers/browse_thread/thread/d5d3d9b52c9159c4#
that i need to show static directions on the google MAP view i.e. i
have the current location from GPS and the target location lat long. I
will show the path after user wants to see the next leg in path(not in
sync with current location).

Please let me know the legal hurdles if any.

thanks
sam

-- 
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: Showing Static directions on Google Map View in android

2011-05-25 Thread SAM
Hi TreKing,
I am expecting the answer from someone from google MAPs team as I have
the code where we can draw directions on the Google Map control but I
am not 100% sure whether it will cause any issues for my company.

Anyways thanks for your suggestions.

~sam


On May 25, 1:43 am, TreKing treking...@gmail.com wrote:
 On Tue, May 24, 2011 at 2:36 PM, SAM gulati...@gmail.com wrote:
  Please let me know the legal hurdles if any.

 That's a question for a lawyer not a group focused on the Android SDK.

 ---­--
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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] Ant and Android

2011-04-13 Thread Sam
Hi,

I'm setting up an automated build system using Ant, for our Android
project.

As a starting point, I've simply exported the required build.xml
through Eclipse.

If I clean the project, and run ant in the command line at the root
of the our Android project, I receive the following compile error:
package R does not exist

On the other hand, if I build the project through Eclipse, then the
R.java is generated for me.

How can I have my Ant build generate R.java for me?

-- 
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] Android browser http session gets lost on return from intent

2011-04-13 Thread sam
Hello. I need some help for the following problem:

My application is a combination of WebApp and Android app.

* The user start within a Web Application (Wicket) on Android
Browser (f.e. http://myapp.com/doit)
* The Android app is called from Browser via URI f.e. myapp://doit
* Then the App calculates some stuff and calls the browser
(WebApp) via Intent

When the browser is called from the Android app (last step), then the
http session that was established in Step 1 gets lost.

I call the browser this way:

Uri uriUrl = Uri.parse(http://myapp.com/doit;);
Intent launchBrowser = new Intent(Intent.ACTION_VIEW, uriUrl);
startActivity(launchBrowser);

Is there a way to call same browser instance (jsession), that was
opened in step 1 to continue the process?

It would be very nice if someone could give me a hint.

Regards, Sam

-- 
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] Table not present in the DATABASE_TABLE

2011-09-22 Thread sam
Hi Guys,

I'm having a problem with adding a column in adding it to the table.

@Override
public void onCreate(SQLiteDatabase db) {
// TODO Auto-generated method stub
db.execSQL(CREATE TABLE  + DataBase_Table +  ( + 
KEY_ID + 
INTEGER PRIMARY KEY AUTOINCREMENT,  +
Key_Name +  TEXT NOT NULL,  + Key_Age 
+  TEXT NOT NULL,  +
Key_Location +  TEXT NOT NUll);
);



}
Am i going wrong somwere in adding the Column to the table .

When i run ma application , see the logcat .


09-22 16:43:09.940: INFO/Database(389): sqlite returned: error code =
1, msg = table students has no column named Location
09-22 16:43:10.030: ERROR/Database(389): Error inserting Name=sai
Location=sa Age=11
09-22 16:43:10.030: ERROR/Database(389):
android.database.sqlite.SQLiteException: table students has no column
named Location: , while compiling: INSERT INTO students(Name,
Location, Age) VALUES(?, ?, ?);
09-22 16:43:10.030: ERROR/Database(389): at
android.database.sqlite.SQLiteCompiledSql.native_compile(Native
Method)
09-22 16:43:10.030: ERROR/Database(389): at
android.database.sqlite.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:
91)
09-22 16:43:10.030: ERROR/Database(389): at
android.database.sqlite.SQLiteCompiledSql.init(SQLiteCompiledSql.java:
64)
09-22 16:43:10.030: ERROR/Database(389): at
android.database.sqlite.SQLiteProgram.init(SQLiteProgram.java:80)
09-22 16:43:10.030: ERROR/Database(389): at
android.database.sqlite.SQLiteStatement.init(SQLiteStatement.java:
36)
09-22 16:43:10.030: ERROR/Database(389): at
android.database.sqlite.SQLiteDatabase.compileStatement(SQLiteDatabase.java:
1145)
09-22 16:43:10.030: ERROR/Database(389): at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:
1536)
09-22 16:43:10.030: ERROR/Database(389): at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:
1410)
09-22 16:43:10.030: ERROR/Database(389): at
com.sai.saqlite.AndroidDataBase.createEntry(AndroidDataBase.java:76)
09-22 16:43:10.030: ERROR/Database(389): at
com.sai.saqlite.SQLDatabaseActivity.onClick(SQLDatabaseActivity.java:
55)
09-22 16:43:10.030: ERROR/Database(389): at
android.view.View.performClick(View.java:2408)
09-22 16:43:10.030: ERROR/Database(389): at android.view.View
$PerformClick.run(View.java:8816)
09-22 16:43:10.030: ERROR/Database(389): at
android.os.Handler.handleCallback(Handler.java:587)
09-22 16:43:10.030: ERROR/Database(389): at
android.os.Handler.dispatchMessage(Handler.java:92)
09-22 16:43:10.030: ERROR/Database(389): at
android.os.Looper.loop(Looper.java:123)
09-22 16:43:10.030: ERROR/Database(389): at
android.app.ActivityThread.main(ActivityThread.java:4627)
09-22 16:43:10.030: ERROR/Database(389): at
java.lang.reflect.Method.invokeNative(Native Method)
09-22 16:43:10.030: ERROR/Database(389): at
java.lang.reflect.Method.invoke(Method.java:521)
09-22 16:43:10.030: ERROR/Database(389): at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:868)
09-22 16:43:10.030: ERROR/Database(389): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
09-22 16:43:10.030: ERROR/Database(389): at
dalvik.system.NativeStart.main(Native Method)

-- 
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: Table not present in the DATABASE_TABLE

2011-09-22 Thread sam
Yes , it sayd column not found ... I dono were i'm going wrong , would
be great if u guys help me out in this ..

http://www.4shared.com/file/vUFD2C_b/SQLDatabase.html?

U can download the projecct from this link ..

Looking forward for ur help guys ..

On Sep 22, 9:14 pm, TreKing treking...@gmail.com wrote:
 On Thu, Sep 22, 2011 at 7:07 AM, sam hotdude...@gmail.com wrote:
  Am i going wrong somwere in adding the Column to the table .

 Have you tried reading the LogCat message you included in your post?

 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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: Table not present in the DATABASE_TABLE

2011-09-22 Thread sam
Yes , it sayd column not found ... I dono were i'm going wrong , would
be great if u guys help me out in this ..

http://www.4shared.com/file/vUFD2C_b/SQLDatabase.html?

U can download the projecct from this link ..

Looking forward for ur help guys ..

Regards,
Sam

On Sep 22, 9:14 pm, TreKing treking...@gmail.com wrote:
 On Thu, Sep 22, 2011 at 7:07 AM, sam hotdude...@gmail.com wrote:
  Am i going wrong somwere in adding the Column to the table .

 Have you tried reading the LogCat message you included in your post?

 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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] How to use large database (Sqlite more than 100 MB) in android application?

2011-09-27 Thread Sam
Hello ,

i develop one application in which require sqlite database. database
size is verry large approx. 100 Mb.

so i have not any idea which way use these database in my application.
database is some private contents so not installed in sdcard...

1) Can android app support or store 100 mb database in data
directory ?

2) if app store database in sdcard then , any other way to implement
so user can not see or used these database ?

3) my application not use any internet connection..

Please anyone suggest me if any idea related to large database...

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


[android-developers] Re: Thanks, Android Developers are the BEST! Another question about databases?

2011-10-04 Thread Sam
I was planning for everything to run on both a phone and tablet. The
phone would be used by field workers to do the documentation and the
tablet would be used by another to setup schedules, and among a lot of
other things also be used to select a report and have it print. The
printing would not be such a big deal if I could just give the tablet
user the ability to just hit the button and have a report created.
That is the only part I don’t know how to do for my app.

Like say the phone user entered all this data about a “patient”, all
that data gets put into a database, that database should be able to be
accessed from more than one device. For instance have a tablet user
select a “specific report” from say a dropdown list then select a
“patient” from a dropdown list then hit ok and then in the background
have the tablet grab that “specific report” layout and the data from
that “patient” and produce a report. It’s hard for me to explain what
I want.

I just want to make a few report layouts then when a user selects that
layout and a “patient” the phone/tablet  grabs the data inputs the
data in the right spots of the already made layout then produces a
file for the user to email/print/view whatever they want.

If I can just get pointed in the right direction I’m glad to do all
the reading and practice to learn how to do it.

On Oct 1, 8:44 am, Studio LFP studio@gmail.com wrote:
 Android, along with most mobile OSes, don't excel at printing quite yet. I'm
 seeing movement toward more printing functions, but I doubt we'll see an all
 out print manager style functionality any time soon. I guess they might
 surprise us with it in the next version, but we'll have to wait and find out
 there.

 That being said, do you have a support infrastructure planned with your
 application? Or are you planning on it being stand-alone on the
 phone/tablet?

 I ask that because there are a lot of good ways to get files into certain
 formats if you have a server planned. Pushing the data to the server and
 asking it to format and print would produce significantly better results in
 speed and ease of use.

 If not, a quick and easy way to get pretty formatted output would be a
 bitmap backed canvas. You could just toss text, lines and images all over
 and save it to a JPG or PNG.  It wouldn't produce the best printing results,
 but it would be a start.

 Canvas:http://developer.android.com/reference/android/graphics/Canvas.html
 Bitmap:http://developer.android.com/reference/android/graphics/Bitmap.html
 Bitmap 
 Factory:http://developer.android.com/reference/android/graphics/BitmapFactory...

 For nicer printed output, you could also look up the PDF spec and implement
 a slimmed down version of it in your code. Also, SVG may be an option as it
 is something that more and more browsers are supporting. You could then use
 a browser on a desktop to view and print them.

 PDF:http://www.adobe.com/devnet/pdf/pdf_reference.html
 SVG:http://www.w3.org/Graphics/SVG/

 Hope that helps.

 Steven
 Studio LFPhttp://www.studio-lfp.com

-- 
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: Thanks, Android Developers are the BEST! Another question about databases?

2011-10-04 Thread Sam
Thank you Steven.. I'm very new to servers, Question because I'm not
sure if i understand. With Fedora core I could use my desktop as my
server(which I'll be using for my database and such), like if i had
fedora installed on a second hard drive or virtual hard drive? without
any other hosting stuff just an internet connection? Or I'm I totally
misunderstanding?

On Oct 4, 5:22 pm, Studio LFP studio@gmail.com wrote:
 Since you are looking to access the data on multiple devices, I would
 definitely suggest a server of some sort.  I personally use Fedora Core
 (http://fedoraproject.org/), but there are quite a few options available.
 You could even make sure of Google App Engine
 (https://appengine.google.com). Google has helper code for using it with
 Android, but not sure it would be something that would help you with
 printing.

 Fedora (and most Unix/Linux systems) is a LAMP (Linux,Apache,MySQL,PHP)
 setup. It is pretty much everything you need to host and serve data in just
 about any form you would be comfortable with.

 Android works very well with this type of setup. You can pass XML, JSON or
 custom formed information in a simple HTTP request between the server and
 Android. The server would also give you access to a lot of technology to
 print. I personally use PDFLib (http://www.pdflib.com/) and really like it.  
 I can build templates in just about anything, import them, put information
 on them and save them as a new PDF.

 If you do choose that type of setup, Fedora (not sure which others) can
 automatically print a PDF just by aiming it at a system printer. A simple
 LPR command on the server sends the PDF to any printer you have configured.
 Any device could print, it wouldn't have to be reserved for the tablets.

 If you don't want to use a server setup, you'll have a lot more of a
 challenge printing and sharing database information. I personally have not
 tried to print using only Android, so I wouldn't be a good source of
 information for that. Maybe someone else that reads these has already worked
 out the type of setup you are looking for.

 Steven
 Studio LFPhttp://www.studio-lfp.com







 On Tuesday, October 4, 2011 3:33:25 PM UTC-5, Sam wrote:

  I was planning for everything to run on both a phone and tablet. The
  phone would be used by field workers to do the documentation and the
  tablet would be used by another to setup schedules, and among a lot of
  other things also be used to select a report and have it print. The
  printing would not be such a big deal if I could just give the tablet
  user the ability to just hit the button and have a report created.
  That is the only part I don’t know how to do for my app.

  Like say the phone user entered all this data about a “patient”, all
  that data gets put into a database, that database should be able to be
  accessed from more than one device. For instance have a tablet user
  select a “specific report” from say a dropdown list then select a
  “patient” from a dropdown list then hit ok and then in the background
  have the tablet grab that “specific report” layout and the data from
  that “patient” and produce a report. It’s hard for me to explain what
  I want.

  I just want to make a few report layouts then when a user selects that
  layout and a “patient” the phone/tablet  grabs the data inputs the
  data in the right spots of the already made layout then produces a
  file for the user to email/print/view whatever they want.

  If I can just get pointed in the right direction I’m glad to do all
  the reading and practice to learn how to do it.

  On Oct 1, 8:44 am, Studio LFP studi...@gmail.com wrote:
   Android, along with most mobile OSes, don't excel at printing quite yet.
  I'm
   seeing movement toward more printing functions, but I doubt we'll see an
  all
   out print manager style functionality any time soon. I guess they might
   surprise us with it in the next version, but we'll have to wait and find
  out
   there.

   That being said, do you have a support infrastructure planned with your
   application? Or are you planning on it being stand-alone on the
   phone/tablet?

   I ask that because there are a lot of good ways to get files into certain

   formats if you have a server planned. Pushing the data to the server and
   asking it to format and print would produce significantly better results
  in
   speed and ease of use.

   If not, a quick and easy way to get pretty formatted output would be a
   bitmap backed canvas. You could just toss text, lines and images all over

   and save it to a JPG or PNG.  It wouldn't produce the best printing
  results,
   but it would be a start.

   Canvas:
 http://developer.android.com/reference/android/graphics/Canvas.html
   Bitmap:
 http://developer.android.com/reference/android/graphics/Bitmap.html
   Bitmap Factory:
 http://developer.android.com/reference/android/graphics/BitmapFactory...

   For nicer printed output, you could also look up the PDF spec

[android-developers] Change package name in eclipse

2011-10-19 Thread sam
hi develpers,
I have developed a apps from the the source of BluetoothChat
example. When I submit to market, it state that the package name is
not allowed ,thus , I rename the package name with a new one by
Refactor-Rename.Also, I rename the package name in file
AndroidManifest.xml also.
Altough I succefully build a  new .Apk file ; but when I try to
install to my mobile device. It give out

The application XXX(Apps name) (process com.X..xXX) has
stopped unexpectedly. Please try again.

Thus, I think I make some mistake during rename my packageany
solution for me?

sam

-- 
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] Open GL glow

2011-10-23 Thread Sam
Hi

Does any one know how to add a glow in realtime to a line rendered in
OpenGL (in Java not using the NDK).

There are threads like this one 
http://processing.org/discourse/yabb2/YaBB.pl?num=1207160412
that are asking the same question but are not specific to opengl on
android.

Any android examples would be appreciated.

thanks

Sam

-- 
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] Unable to write the SD card from emulator

2011-11-04 Thread sam
I'm using windows vista and Eclipse for developing. I write the simple
code to download a file and store it on my sd card. But i'm getting
exception (File not found exception)
Here is my code

 public void downloadNewapk () {
 try {
URL url = new URL(apkURL.toString());
HttpsURLConnection c = (HttpsURLConnection)
url.openConnection();
c.setRequestMethod(GET);
c.setDoOutput(true);
c.connect();

String PATH = 
Environment.getExternalStorageDirectory()+ /
download/;
Log.v(log_tag, PATH:  + PATH);
File file = new File(PATH);
if (!file.exists()) {
file.mkdirs();
}
File outputFile = new File(file, fileName);
FileOutputStream fos = new 
FileOutputStream(outputFile);

InputStream is = c.getInputStream();

byte[] buffer = new byte[1024];
int len1 = 0;
while ((len1 = is.read(buffer)) != -1) {
fos.write(buffer, 0, len1);
}
fos.close();
is.close();

} catch (IOException e) {
Log.d(log_tag, Error:  + e);
}
Log.v(log_tag, Check: );
 }

I have added user permission in manifest.xml as
uses-permission
android:name=android.permission.WRITE_EXTERNAL_STORAGE /
And i check for SD card status in
Environment.getExternalStorageState() it gives as removed
But i added 1GB size for my sd card when creating the AVD.
I'm new to android and resolving this is really important to me
Pleas anyone can help me

-- 
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] Error in installing dynamically downloaded apk from custom android application programmatically

2011-11-07 Thread sam
Hi everyone,
I have downloaded new .apk file in /mnt/sdcard/download/ and i want to
install this apk by replacing my old(now using) apk because it is an
updated one.
This is my install method
public void installApplication(){
 Uri packageURI = Uri.parse(PackageName.toString());
 Intent updateintent = new
Intent(android.content.Intent.ACTION_VIEW, packageURI);
 updateintent.setDataAndType(Uri.fromFile(new
File(Environment.getExternalStorageDirectory() + /download/ +
fileName)), application/vnd.android.package-archive);
 startActivity(updateintent);

 }

And before that i uninstall application using this method
public void unInstallApplication()
{
 Uri packageURI = Uri.parse(PackageName.toString());
 Intent uninstallIntent = new Intent(Intent.ACTION_DELETE,
packageURI);
 startActivity(uninstallIntent);
}

but when i try to install the application it says Application not
installed What is the error how can i fix it. Please help me

-- 
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] Error in installing dynamically downloaded apk from custom android application programmatically

2011-11-07 Thread sam
Hi everyone,
I have downloaded new .apk file in /mnt/sdcard/download/ and i want to
install this apk by replacing my old(now using) apk because it is an
updated one.
This is my install method
public void installApplication(){
 Uri packageURI = Uri.parse(PackageName.toString());
 Intent updateintent = new
Intent(android.content.Intent.ACTION_VIEW, packageURI);
 updateintent.setDataAndType(Uri.fromFile(new
File(Environment.getExternalStorageDirectory() + /download/ +
fileName)), application/vnd.android.package-archive);
 startActivity(updateintent);

 }

And before that i uninstall application using this method
public void unInstallApplication()
{
 Uri packageURI = Uri.parse(PackageName.toString());
 Intent uninstallIntent = new Intent(Intent.ACTION_DELETE,
packageURI);
 startActivity(uninstallIntent);
}

but when i try to install the application it says Application not
installed What is the error how can i fix it. Please help me

-- 
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] Location and sensor data in surfaceview

2012-04-10 Thread Sam
Im fairly new to Android and Java but i've worked my way through a
number of guides and tutorials.

Im building an app that consists of a main activity and a surfaceview
which is updated via a thread.

I want to use location data (best of GPS and network) and sensor data
to animate my surfaceview, however I also want to use the data in my
main activity in some textviews.

What the best way to structure my app?
Should I get the data in the main activity and somehow pass it to the
surface view?
Should I get the data in my surface view and pass it make to the main
activity?
Should I get it in my thread?

I appreciate any help or examples.

-- 
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] sipdemo not running on gingerbread 2.3

2012-04-12 Thread sam
sipdemo is running perfectly on emulator but when i run on gingerbread
2.3 it doesnt show any thing , how to solve dis problem

-- 
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] Android Bluetooth l2cap socket bind()

2012-04-17 Thread Sam
Android version: 2.3.7

Kernel version: 2.6.35-14-CyanogenMod-Arco-Kalim arco@tuxbox #1

Mod version: CyanogenMod-7.1.0.1-click

The device has been fully rooted.

I have added piece of code in my project

which taken from Bluez Utils in hidd.c.

The code is the following:

if (bind(sk, (struct sockaddr *) addr, sizeof(addr))  0) {
close(sk);
return -1;
}


bind() keeps returning -1.

I added a line(DisablePlugins = input) to the bluetooth configuration
in my Android device /system/etc/bluetooth/main.conf

The information I have is: sk:37

(struct sockaddr *) addr=0x44597e90

sizeof(addr)=12

errno:13

Reason: Permission Denied.

Can anyone help? If you need to know in more detail, feel free to let
me know.

-- 
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: Android Bluetooth l2cap socket bind()

2012-04-17 Thread Sam
Anyone could help??? Please...

On Apr 17, 4:58 pm, Sam ckjboy2...@gmail.com wrote:
 Android version: 2.3.7

 Kernel version: 2.6.35-14-CyanogenMod-Arco-Kalim arco@tuxbox #1

 Mod version: CyanogenMod-7.1.0.1-click

 The device has been fully rooted.

 I have added piece of code in my project

 which taken from Bluez Utils in hidd.c.

 The code is the following:

 if (bind(sk, (struct sockaddr *) addr, sizeof(addr))  0) {
     close(sk);
     return -1;
     }

 bind() keeps returning -1.

 I added a line(DisablePlugins = input) to the bluetooth configuration
 in my Android device /system/etc/bluetooth/main.conf

 The information I have is: sk:37

 (struct sockaddr *) addr=0x44597e90

 sizeof(addr)=12

 errno:13

 Reason: Permission Denied.

 Can anyone help? If you need to know in more detail, feel free to let
 me know.

-- 
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] Grant the root privilege to the application

2012-04-18 Thread Sam
Hi Developers,

I have an application which consists of the native part and higher
layer.

Therefore, it needs to be granted the root privilege to run some
native functions.

As the article I post before, I added a piece of code taken from Bluez
Utils(hidd.c).

code
if (bind(sk, (struct sockaddr *) addr, sizeof(addr))  0) {
close(sk);
return -1;
}
/code

The code has been built to be a .so by NDK.

Unfortunately, It keeps returning -1 and errno is 13 which means
Permission Denied.

Some experienced developers(Thank you here) mentioned about that the
error happens because this application doesnt have enough permission.

It SHOULD NOT be something like

Process process = Runtime.getRuntime().exec(su);

I think this means you possess a system permission but your
application doesnt.
(Let me know if i am wrong)

Is there any way to grant the app for having the root privilege?

Any reply/clue/hint will be highly appreciated.


Regards-



Sam

-- 
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] What is the difference between Cocos2d-X and Marmalade?

2012-05-03 Thread Sam
Hi,

Can any one tell me, How Cocos2d-X and Marmalade are different?

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

[android-developers] Table layout with different length column

2011-11-24 Thread sam
Hi Everyone,
I have a Table layout done in problematically And I want to to develop
it as first two rows have only one column and other three rows have
two column. First two rows' values should be spread whole row.
Can anyone guide me by sending tutorial or any link regarding this
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


[android-developers] Adding Apache Commons To Android using the Netbeans IDE

2011-11-28 Thread Sam
Hi there. I'm trying to write an application that requires an FTP
link. To do this I need to use the 'org.apache.commons.net.*' import,
but I am having problems adding the library I downloaded from the
apache website. I have tried adding it from the project properties
menu, am I missing something. Any help would be greatly appreciated,
also I am relatively new to android/java so it would help if
explanations were step by step.

I have viewed these web posts, and not been able to figure this out:
http://stackoverflow.com/questions/2146870/importing-org-apache-commons-into-android-applications


Further info:
The application I am developing uses android 2.2
The Netbeans IDE editon is 7.0.1
Commons Net 3.0.1

-- 
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] InputMethodManager and mServedView

2011-12-09 Thread Sam
The InputMethodManager is connected to an EditText view.  After orientation 
change, I create a new EditText and this one now has focus.  However, the 
IMM does not change its mServedView to the new EditText. 

Is there anyway to connect the new edit text to the IMM. I dont see any 
APIs in IMM, Or any workarounds? 

This is causing the softkeyboard to NOT display on touching the new edit 
text. 

I can see the old edit text connected to the IMM in my variables window in 
Eclipse. 



-- 
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: InputMethodManager and mServedView

2011-12-14 Thread Sam
No one knows whats going on, what a pity.

-- 
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] Using Options Menu in a multi-Fragment Activity

2011-07-27 Thread Sam
I have a FragmentActivity which hosts a FragmentStatePagerAdapter. The
pager contains multiple instances of the same fragment, in order that
the user can swipe between the items in a list. I want to be able to
provide the user with an options menu which will act only on the
visible item.

For example, I have a list of images displayed in imageviews inside
fragments. I want an option menu item allowing the user to set the
image as their wallpaper.

At the moment when I try this, when onPrepareOptionsMenu is called,
the code is called in multiple fragments (usually the current + next
one). The same when an item is selected. This causes the wrong image
to be set as the wallpaper.

How can I prevent the options menu triggering for more than the
currently visible fragment?

Question also posted to StackOverflow:
http://stackoverflow.com/questions/6831544/using-options-menu-in-a-multi-fragment-activity

-- 
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] help me out in TimeTable APP

2012-02-03 Thread Sam
Hi frnz,
I have to submit the timetable app to my Professor as an assignment,
so please can any1 send me the code(java,xml,manifest etc) which
creates the timetable of an individual professor and displays the
timetable of the desired professor.
Main activity shud contain two Buttons(create, Display).
In create Activity, there shud be fields to add Professor name,
subject name, time, day, and add button to add the details  delete/
modify butoon to delete/modify the particular details.
In Display Activity, there shud be a spinner according to the
professor name we created, and after selecting or clicking on that
particular professor item, it shud show the timetable of that
particular professor.
I have tried it, but I am getting a lot of errors.

So please help me out frnz...
Thanks in advance
Sam.

-- 
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] Application force close after change it from /system/app to /data/

2011-08-29 Thread sam
HI guys,

I have a question:
my application is installed in /system/app at first, and I run the app
for a while.

then I remove it from /system/app and install it via adb to /data/
directory.

after that, when I click the app to run it again, it always crash with
forceclose,

the log shows something like :

Caused by: android.database.sqlite.SQLiteException: unable to open
database file

Do yo know the reason why this happen after change the app install
location?

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


[android-developers] Every time got zero value when fetch / receive data from external USB Device to Android 3.1 USB Host tab device ?

2011-08-29 Thread Sam
I've written an app to connect an USB Device that have 1 Interfaces
with 2 connected Endpoints:

i have android 3.1 USB Host tab device and i have external device
scanner in which FDTI FT232BM chip
and It is a USB device that emulates a RS232 interface it appears as a
RS232 port to talk to the
Atmel AT90LS8535 processor.

when i connect device to tab successfully action get device attached.
Open UsbDeviceConnection is suuccess. get endpoint and when receive
data
every time buffer or byte geting zero values in bytes. i have try two
way
to fetch receive data from external device but both way i getting
response
zero value in buffer / bytes.

Please any one suggest me any step missing me or how to get data from
my external USB device ?

here i paste code of both way are seprate thread and try to receive
data but not got.


First Way :
byte [] buffer = new byte[4096];
read =
deviceConnection.bulkTransfer(deviceInterface.getEndpoint(0), buffer,
4096, 1);

if(read  2)
{

total += read - 2;
for(int i = 2; i  read; i++) {
  String value = Byte.toString(buffer[i]);
   Log.e(,i :  +i+ value : +value);
}
}



Second Way :

UsbRequest request = null;
ByteBuffer buffer1 = ByteBuffer.allocate(4096);

   request = new UsbRequest();
request.initialize(deviceConnection,
deviceInterface.getEndpoint(0));
buffer1.order(ByteOrder.BIG_ENDIAN);
request.queue(buffer1, 4096);
if (deviceConnection.requestWait() == request)
{
Log.e(,Get Data : + 
extractString(buffer1,0,4095));
}




private static String extractString(ByteBuffer buffer, int offset, int
length) {
byte[] bytes = new byte[length];
for (int i = 0; i  length; i++) {
bytes[i] = buffer.get(offset++);
}
return new String(bytes);
}

-- 
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] How to read data from external device using android USB Host Api ?

2011-08-31 Thread Sam
Hello ,

I've written an app to connect an USB Device and read data from
external usb device to my android USB Host 3.1 root tab device.
i used http://developer.android.com/guide/topics/usb/host.html android
USB Host Api. But every time read data value got
zero value in every byte from external device.

can anyone send me demo or proper documentation how to read data from
external device ?
any encoding require for reading data ?

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


[android-developers] Help needed on BUtton CLick

2011-09-03 Thread sam
Hi Guys,

i'm very new to android developing , i have a small concern which may
be really silly.

I have a image gallery been created with few images ... I want to
access the Image gallery when a particular button is been clicked ..

So i have placed the button and i have written the code as follows,

public class Button extends Activity {
Private Button button;
@Override
protected void onCreate(Bundle savedInstanceState) {
setContentView(R.layout.main);

button = (Button)this.findViewById(R.id.Button01);
button.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {



}});
}}


How do i call the ImageGallery class after the Button is clicked.

Looking forward for reply ..

Regards,
Sam

-- 
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: Help needed on BUtton CLick

2011-09-05 Thread sam
Hi Michael ,

i was able to create two screen using Intent but i'm having a problem

I have Screen1,Screen2,Screen3

In Screen1 i have two button, were clicking the button1 will take to
the second screen and clicking the button2 will take to the third
screen.

When i click on the first button it takes me to the second screen ,
but when i click on the button2 it force closes..

package com.sai.android;

import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;

public class Screen1 extends Activity implements OnClickListener{
/** Called when the activity is first created. */

Button b1;
Button b3;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.screen1);

 b1=(Button)findViewById(R.id.button1);
 b3=(Button)findViewById(R.id.button3);
 b1.setOnClickListener(this);
 b3.setOnClickListener(this);

}


@Override
public void onClick(View v) {
// TODO Auto-generated method stub
if(b1==v){
startActivity(new 
Intent(Screen1.this,Screen2.class));
}

else
{
startActivity(new 
Intent(Screen1.this,Screen3.class));


}

}


}

On Sep 4, 12:45 am, Michael Banzon mich...@banzon.dk wrote:
 On Sat, Sep 3, 2011 at 7:46 PM, sam hotdude...@gmail.com wrote:
  How do i call the ImageGallery class after theButtonis clicked.

 Hey,

 You need to start the another Activity using an Intent... if this
 makes no sense try to google it ;o)

 --
 Michael Banzonhttp://michaelbanzon.com/

-- 
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] Multi Screen help needed !!!

2011-09-05 Thread sam
Hi Guys ,

I'm new to android development i got stuck at one problem and dono wat
how to fix it

The problem i'm facing is that

I have Screen1,Screen2,Screen3

In Screen1 i have two button, were clicking the button1 will take to
the second screen and clicking the button2 will take to the third
screen.

When i click on the first button it takes me to the second screen ,
but when i click on the button2 it force closes.

Please find the Screen1 code 

package com.sai.android;

import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;

public class Screen1 extends Activity implements OnClickListener{
/** Called when the activity is first created. */

Button b1;
Button b3;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.screen1);

 b1=(Button)findViewById(R.id.button1);
 b3=(Button)findViewById(R.id.button3);
 b1.setOnClickListener(this);
 b3.setOnClickListener(this);

}


@Override
public void onClick(View v) {
// TODO Auto-generated method stub
if(b1==v){
startActivity(new 
Intent(Screen1.this,Screen2.class));
}

else
{
startActivity(new 
Intent(Screen1.this,Screen3.class));


}

}


}

Please help me to fix this problem

Regards,
Sam

-- 
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: Help needed on BUtton CLick

2011-09-05 Thread sam
I got it fixed Ratheesh , i had a mistake in ma manifest file ..

Can u please guide me how to set the space between the buttons ???

Regards,
Sam

On Sep 5, 11:53 am, Ratheesh Valamchuzhy android...@gmail.com wrote:
 hi SAM

 public void onClick(View v)
        {
                switch(v.getId())
                {
                case R.id.button1:

                        startActivity(new Intent(Screen1.this,Screen2.
 class));
                         break;

                case R.id.button3:
                          startActivity(new Intent(Screen1.this,Screen3.
 class));
                         break;
                 }
        }

 try this

-- 
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] How to use Tap Gesture???

2011-09-06 Thread sam
Hi Guys ,

Can u please guide me on how to use Tap gesture ..

I'm trying to enter into screen2 from screen1 when the user taps the
screen

How can i do that ??

I googled a lot .. didn't get a  clear idea ...

Can someone help me on this

Please

Cheers,
Sam

-- 
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: How to use Tap Gesture???

2011-09-06 Thread sam
wat u mean by put a view??

Can u give a brief explanation  please ??

i'm new to android

On Sep 6, 11:07 pm, Appaholics raghavs...@appaholics.in wrote:
 If that is all our app does is move from A to B then just put a view with
 height and width set the fill_parent and implement the onClick() method for
 that view.

 Thanks









 On Tue, Sep 6, 2011 at 11:18 PM, sam hotdude...@gmail.com wrote:
  Hi Guys ,

  Can u please guide me on how to use Tap gesture ..

  I'm trying to enter into screen2 from screen1 when the user taps the
  screen

  How can i do that ??

  I googled a lot .. didn't get a  clear idea ...

  Can someone help me on this

  Please

  Cheers,
  Sam

  --
  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

 --
 --
 Raghav Sood
 CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles
 required to have complete 
 control)http://www.raghavsood.com/https://market.android.com/developer?pub=Appaholicshttp://www.appaholics.in/

-- 
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: How to use Tap Gesture???

2011-09-06 Thread sam
Is there any other way that u know i can achieve that .. cozz i dnt
want to keep a button the first screen .. i just need to touch the
screen to get into the second screen ..



On Sep 6, 11:31 pm, Logesh rajendren loges...@gmail.com wrote:
 There is also a method onTap() . I dono much about its functionalities . you
 please check that.







 On Tue, Sep 6, 2011 at 10:48 AM, sam hotdude...@gmail.com wrote:
  Hi Guys ,

  Can u please guide me on how to use Tap gesture ..

  I'm trying to enter into screen2 from screen1 when the user taps the
  screen

  How can i do that ??

  I googled a lot .. didn't get a  clear idea ...

  Can someone help me on this

  Please

  Cheers,
  Sam

  --
  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: How to use Tap Gesture???

2011-09-06 Thread sam
See nrmally when we have a button in a page in the onClick(View  v ){
if(btn1==v)
{

startActivity(new
Intent(FirstScreenActivity.this,SecondScreenActivity.class));

}

}


for a touch how will can we co-ordinate .. this is ma doubt ..


On Sep 6, 11:40 pm, Logesh rajendren loges...@gmail.com wrote:
 try making the whole first page as a button , so that it looks better . But
 I dono if its feasible because me too new to android.







 On Tue, Sep 6, 2011 at 11:35 AM, sam hotdude...@gmail.com wrote:
  Is there any other way that u know i can achieve that .. cozz i dnt
  want to keep a button the first screen .. i just need to touch the
  screen to get into the second screen ..

  On Sep 6, 11:31 pm, Logesh rajendren loges...@gmail.com wrote:
   There is also a method onTap() . I dono much about its functionalities .
  you
   please check that.

   On Tue, Sep 6, 2011 at 10:48 AM, sam hotdude...@gmail.com wrote:
Hi Guys ,

Can u please guide me on how to use Tap gesture ..

I'm trying to enter into screen2 from screen1 when the user taps the
screen

How can i do that ??

I googled a lot .. didn't get a  clear idea ...

Can someone help me on this

Please

Cheers,
Sam

--
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

-- 
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: How to use Tap Gesture???

2011-09-07 Thread sam

DangerDaku , see i'm able to startactivity by onClick but i need to
startactivity by onTap ...

Hope ma doubt is clear now


On Sep 7, 7:45 pm, DangerDaku shub.kan...@gmail.com wrote:
 By View im sure he meant

 View android:id=@+id/top_view android:layout_height=fill_parent
 android:layout_height=fill_parent/

 set ur base activity's view to that and handle onClick in ur activity.
 then in onClick u can do startActivity to bring up the next activity.

 On Sep 6, 2:07 pm, Appaholics raghavs...@appaholics.in wrote:







  If that is all our app does is move from A to B then just put a view with
  height and width set the fill_parent and implement the onClick() method for
  that view.

  Thanks

  On Tue, Sep 6, 2011 at 11:18 PM, sam hotdude...@gmail.com wrote:
   Hi Guys ,

   Can u please guide me on how to use Tap gesture ..

   I'm trying to enter into screen2 from screen1 when the user taps the
   screen

   How can i do that ??

   I googled a lot .. didn't get a  clear idea ...

   Can someone help me on this

   Please

   Cheers,
   Sam

   --
   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

  --
  --
  Raghav Sood
  CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles
  required to have complete 
  control)http://www.raghavsood.com/https://market.android.com/developer?pub=Ap...

-- 
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] How to download Base64 data partly from web server and decode partly from encoded data?

2011-09-15 Thread Sam

Hello ,

Pls Check this link

http://stackoverflow.com/questions/7427089/how-to-download-base64-data-partly-from-web-server-and-decode-partly-from-encoded


-- 
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: Application force close after change it from /system/app to /data/

2011-09-19 Thread sam
Thanks all for your reply,
I just want to know the root cause, looks like UID change cause this.

On 8月30日, 上午11时26分, James 030440...@163.com wrote:
 When removing your application, a full uninstall is required.

 On Aug 26, 11:09 am, sam hrlixi...@gmail.com wrote:



  HI guys,

  I have a question:
  my application is installed in /system/app at first, and I run the app
  for a while.

  then I remove it from /system/app and install it via adb to /data/
  directory.

  after that, when I click the app to run it again, it always crash with
  forceclose,

  the log shows something like :

  Caused by: android.database.sqlite.SQLiteException: unable to open
  database file

  Do yo know the reason why this happen after change the app install
  location?

  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


[android-developers] How to set selected color effect when click on any image button or image view same as iphone?

2011-09-19 Thread Sam
I  have one screen with some image buttons and image view. when user
click on these buttons or image view i need to show selected effect
not replace any image instead of these. only selected dark shade
effect on button or imageview same as iphone. How it's possible ?

i have not any selected image source , i checked these code ...

 ?xml version=1.0 encoding=utf-8?
 selector xmlns:android=http://schemas.android.com/apk/res/android;
 item android:state_pressed=true
   android:drawable=@drawable/button_pressed / !-- pressed
--
 item android:state_focused=true
   android:drawable=@drawable/button_focused / !-- focused
--
 item android:drawable=@drawable/button_normal / !-- default
--
 /selector

But for these code need to set another image on pressed event.

Anyone know any property of android to directly set select dark shadow
effect without image ?
Please anyone suggest how its possible ?

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


[android-developers] Eclipse Image Bug

2012-06-12 Thread Sam
Hello everyone. I had a serious problem with Eclipse and it pretty
much renders my app useless if it isn't fixed. When i'm in the XML
editor of one of my XML files, and i place an image, all of the code
below the image cannot be edited. In fact, when i even click or try to
highlight anything below the images code, the code moves and
disappears and duplicates and completely destroys my page. You cant
undo it either. I'm not sure what to do because one of my pages is
pretty much all text and images, and i cant edit any of the text after
i place the images or ill have to delete and re-make the page from
scratch. If ANYONE had any thoughtful tips and suggestions it would be
very much appreciated. 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


[android-developers] Re: Eclipse Image Bug

2012-06-15 Thread Sam
Anyone?

On Tuesday, June 5, 2012 5:38:02 PM UTC-7, Sam wrote:

 Hello everyone. I had a serious problem with Eclipse and it pretty 
 much renders my app useless if it isn't fixed. When i'm in the XML 
 editor of one of my XML files, and i place an image, all of the code 
 below the image cannot be edited. In fact, when i even click or try to 
 highlight anything below the images code, the code moves and 
 disappears and duplicates and completely destroys my page. You cant 
 undo it either. I'm not sure what to do because one of my pages is 
 pretty much all text and images, and i cant edit any of the text after 
 i place the images or ill have to delete and re-make the page from 
 scratch. If ANYONE had any thoughtful tips and suggestions it would be 
 very much appreciated. 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] Eclipse Image Bug

2012-06-16 Thread Sam
No im using the XML editor itself. But whenever i use the visual editor to 
drop a picture into place, and then go back to the XML editor to edit it, 
all the code underneath the images code becomes weird when i try to 
highlight or type anything

On Friday, June 15, 2012 9:46:40 PM UTC-7, Todd wrote:

 Let me rephrase that:  are you using the visual editor or are you editing 
 the XML directly?  The reason I ask is because the visual editor is, IMHO, 
 a bit frustrating.


-- 
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: Eclipse Image Bug

2012-06-16 Thread Sam
Tried that...many, many times

On Friday, June 15, 2012 11:36:36 PM UTC-7, Rajis wrote:

 save and close the xml file and open again

-- 
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: Eclipse Image Bug

2012-06-17 Thread Sam
So...is there any way to fix this?

On Sunday, June 17, 2012 11:59:27 AM UTC-7, G. Blake Meike wrote:

 While I've never seen this happen in Indigo, it happens *constantly* in 
 Juno.  I know, I know: not supported.  It is, however, certainly a way to 
 drive a similar bug, consistently.

 G. Blake Meike
 Marakana

 The second edition of Programming Android is now on-line:
 http://shop.oreilly.com/product/0636920023005.do



-- 
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: Eclipse Image Bug

2012-06-18 Thread Sam
Never heard of DroidDrawI'll have to check it out! 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: Eclipse Image Bug

2012-06-18 Thread Sam
It can be reproduced.

1. In the visual editor, drag an image from the left hand side, to anywhere 
on the screen
2. Drag anything else and place it under the image (for example, some text)
3. Go to the XML code and try to edit the item you dragged below the image
4. It will mess up the code and you wont be able to undo it because Ctr-z 
doesn't work

On Monday, June 18, 2012 7:24:33 AM UTC-7, Tor Norbye wrote:

 This sounds like this bug:
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=375421

 Note however that we don't know how to reproduce this bug. If anyone has 
 reproducible steps, please describe in as much detail as possible and 
 attach to that issue.

 -- Tor

 On Sun, Jun 17, 2012 at 11:59 AM, G. Blake Meike blake.me...@gmail.comwrote:

 While I've never seen this happen in Indigo, it happens *constantly* in 
 Juno.  I know, I know: not supported.  It is, however, certainly a way to 
 drive a similar bug, consistently.

 G. Blake Meike
 Marakana

 The second edition of Programming Android is now on-line:
 http://shop.oreilly.com/product/0636920023005.do

  -- 
 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] In App Billing Limits

2012-07-11 Thread sam
I would like to know what the maximum number of items that can be
placed in In App billing for both Android. I seem to remember reading
around 3000 but I cannot find the reference.

Also if 3000 is the maximum what are the legitimate way to get around
this. My app will sell content and I thought a possible way around the
problem would be to have a central app that shows the content, then a
number of different libraries where you can purchase the content.
Would that be a viable work around?

-- 
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: In App Billing Limits

2012-07-14 Thread sam
I can't find the answer in any documentation. Do you know the reason
for the limit?

Other apps circumvent the limit. Its quite common in games to buy
credits. If thats ok then it would be simple to get around.

On Jul 12, 9:25 am, Anton Kaiser i...@anton-kaiser.de wrote:
 I can't tell you about the limit (must be documented in the API reference
 or some developer tutorial on In App Billing).
 If there is a good reason for the limit, Google won't hesitate to remove
 your app from Google Play if you try to circumvent that limit.

 Am Mittwoch, 11. Juli 2012 15:05:09 UTC+2 schrieb sam:









  I would like to know what the maximum number of items that can be
  placed in In App billing for both Android. I seem to remember reading
  around 3000 but I cannot find the reference.

  Also if 3000 is the maximum what are the legitimate way to get around
  this. My app will sell content and I thought a possible way around the
  problem would be to have a central app that shows the content, then a
  number of different libraries where you can purchase the content.
  Would that be a viable work around?

-- 
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: Android makefile to generae the static executable

2012-07-17 Thread Sam
Hi, if any of you have any clue. Please let me know.

This has puzzled me a couple of days long.

Thanks

Sam於 2012年7月17日星期二UTC+8下午4時47分45秒寫道:

 I am trying to generate the executable something like adbd in /sbin.

 The executable I wish to have is iwlist with ARM format and the type is 
 static.

 I added the folder in the AndroidSourceCode/external and execute the mm 
 command to compile

 The following is the Android.mk in my folder

 LOCAL_PATH := $(call my-dir)
 ifneq ($(TARGET_SIMULATOR),true)
 include $(CLEAR_VARS)

 LOCAL_MODULE := libiw

 LOCAL_MODULE_TAGS := eng

 LOCAL_SRC_FILES := iwlib.c

 LOCAL_C_INCLUDE += LOCAL_PATH

 LOCAL_PRELINK_MODULE := false

 include $(BUILD_SHARED_LIBRARY)

 #
 include $(CLEAR_VARS)
 LOCAL_FORCE_STATIC_EXECUTABLE := true
 LOCAL_MODULE_TAGS := eng
 LOCAL_SRC_FILES := iwlist.c

 LOCAL_SHARED_LIBRARIES := libiw
 LOCAL_MODULE := iwlist

 include $(BUILD_EXECUTABLE)
 #

 endif # !TARGET_SIMULATOR

 The above make file actually works by generating the iwlist executable with
  iwlist: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically 
 linked (uses
  shared libs), stripped

 However, I am looking for the statically linked and I was thinking 
 LOCAL_FORCE_STATIC_EXECUTABLE := true this line should help me make this 
 executable statically. 

 Unfortunately, it doesnt.

 Kindly instruct me if you know how to do it.

 Thanks in advance.




-- 
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: Android makefile to generae the static executable

2012-07-17 Thread Sam
Ok, thanks for letting me know.
: )

On 7月17日, 下午7時22分, Jim Graham spooky1...@gmail.com wrote:
 On Tue, Jul 17, 2012 at 02:27:52AM -0700, Sam wrote:
  Hi, if any of you have any clue. Please let me know.

  This has puzzled me a couple of days long.

 The reason you aren't getting an answer here is because this group is for
 developing via the SDK.  NDK questions belong in the NDK group
 (android-...@googlegroups.com).

 Later,
    --jim

 --
 THE SCORE:  ME:  2  CANCER:  0
 73 DE N5IAL (/4)            | 1) Smoking habanero powder helps defeat that
  Running Mac OS X Lion    |    off taste' quite nicely.
 spooky1...@gmail.com        | 2) I figure a couple bong hits of [habanero]
 ICBM/Hurr.: / 30.44406N     |    powder would defeat just about anything!
             | 86.59909W            --seen in Chile-Heads list

 AndroidApps Listing athttp://www.jstrack.org/barcodes.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] show an image in Android gallery via url

2012-10-10 Thread Sam
 

Is it possible to show the image from url by using the default android 
gallery app?

I can actually play the video from url by using the default android video 
player.

Below is the snippet of my code:

Intent intent=new Intent();
intent.setDataAndType(Uri.parse(ImageUrl,Image);
intent.setClassName(com.google.andorid.gallery3d,com.android.gallery3d.app.Gallery);
startActivity(intent);

I am sure that the ImageUrl is obtained correctly.

This intent can wake up the gallery app but can not play the image 
accordingly.

Please kindly let me know if you can figure it out.

: ) thanks in advance.

-- 
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] Android HAL version

2013-07-25 Thread Sam
Hi, I look into Android graphic document recently.

I noticed that in the official website, it mentions the following...

 Jellybean MR1 introduces a new version of the HAL. We recommend that you 
start using version 1.1 of the hardware composer HAL as it will provide 
support for the newest features (explicit synchronization, external 
displays, etc).

However, i have not found any clue/file to check the version of the HAL of 
my Android.

Can anyone tell me how to check it?  Many Thanks in advance.

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Durability Engineer – Automotive AT Detroit, MI, USA

2016-11-08 Thread Sam
*Hit reply to all Or send resumes on h...@smdconsultants.com
*



Please let me know if you have any one available for the following opening.


   *Job description: Durability Engineer – Automotive*

*Contract Period: 1 Year*

Job Location: *Detroit, MI, USA*

Tentative start date:  *Immediate (Before end of November-2016)*

Domain Experience: *4 to 6 Years*

*Rate - $40/hr on C2C *



*· Candidate should possess a Bachelor / Master’s degree in
Mechanical / Production / Automobile Engineering*

· Strong domain knowledge and experience in Strength and Durability
simulation of Full Vehicle and Automotive Sub-Systems.

· Knowledge of Sheet metal and plastic parts

· Sound knowledge of Nastran Basics and FEA / mechanics basics.

· Knowledge of durability phenomenon and Strength calculations

· Experience in Strength and durability simulation like,

o   Modal Analysis

o   Linear static analysis

o   Non-linear static analysis

o   Inertia relief analysis

· Experience in

o   Pre-processor – Altair Hypermesh

o   Solver – MSC. Nastran

o   Post-Processor – Altair Hyperview, Hypergraph



Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832 <%2B1%20347-809-6832>

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnVknCL6B6_EWKigEoSUPnUi0AzbMEbe%3DMvOdmRZrhxnvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Oracle LSH Senior Consultant | NJ

2016-11-04 Thread Sam
Position : Life Sciences Senior Consultant

Location : Jersey city , NJ

Duration- 6 + months

Rate – Open

Client name will be disclosed later ( it’s a health care client )







· Engage with  HealthCare  to drive consultancy and global
services/support in the area of Life Sciences Hub (LSH) for ensuring
definition of and population of all study-integrated data structures,
including patient and non-patient data in the CIE-LSH data warehouse;

· Participate in user requirements and specification meetings,
produce user specification documentation based upon client business
requirements and work closely with various departments to coordinate
efforts to meet deadlines;

· Access and analyze the requirements needed to implement changes
and advice on the options available to support the request within the
system constraints while assessing potential risks and impacts;

· Assist with root cause analysis of technical problems (2nd level
support) in development, test, quality assurance or production environments;

· Work with 3rd party support as needed to own and resolve
technical issues that may arise either from the existing implementation or
ongoing product enhancements;

· Steer all required activities to develop risk mitigation options
for the business;

· Serve as a consultant to management within the Data Management
area.



*Required Qualifications:*

· Bachelor’s degree in Information Technology or related degree
with 10+ years of relevant professional experience OR a Master’s degree
with at least 8+ years of relevant professional experience OR a Ph.D. in
with 2-7 years of relevant work experience;

· Expert in Oracle’s Life Science Hub (LSH);

· Technical knowledge and understanding about Clinical Data
Warehouse, Reporting and Regulatory Submission requirements as it relates
to systems and data information provision;

· Ability to interact with business and understand BHC business
processes and basic terms. Candidate must possess a proven track record in
terms of technical implementation as well as the ability to interact well
with business clients;

· Understand LSH Security as it pertains to Groups/Roles(System &
Functional Roles)/Adapters/subtypes - Need to know how to create all the
objects -  Program(Parameters/Outputs)/Load set/Table Descriptor/Table
-Instance/DataMart/Workflow/Business Area - Create remote
locations/database account -User account creation/database role assignment
(need SQL knowledge) - Update containers and contains security - LSH DB
query results – understand some CDR tables (need SQL knowledge) - Opening
Oracle Service request and Perficient support ticket - Review job logs and
backlogs for trouble shooting;

· Excellent verbal and written communication (fluency in English)
in addition to building and maintaining strong relationships in a global
context, reconciling competing ideas on problems to a mutually beneficial
conclusion are critical in this role;

· Strong analytical skills with proven global teamwork skills and
ability to develop and foster networks in a global context;

· Experience working in a regulated environment (e.g. GxP);

· Ability to do support activities concurrently and adapt easily to
changing priorities;

· Ability to facilitate the translation of business requirements
into technical solutions;

· Ability to think creatively in challenging and changing
situations;

· Strong facilitation skills;

· Capable of sensing cultural awareness and obtaining feedback.



*Preferred Qualifications:*

· 2-3 implementation reference projects;





Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnWCRJK97iund7t7VJyqVOKd2G8qe6XKtfNtYGDUmyc_%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Job| Life Sciences Senior Consultant | Jersey city , NJ

2016-11-07 Thread Sam
*Hit reply to all Or send resumes on h...@smdconsultants.com
*


Please let me know if you have any one available for the following opening.





Position : Life Sciences Senior Consultant

Location : Jersey city , NJ

Duration- 6 + months

Rate – Open

Client name will be disclosed later ( it’s a health care client )







· Engage with  HealthCare  to drive consultancy and global
services/support in the area of Life Sciences Hub (LSH) for ensuring
definition of and population of all study-integrated data structures,
including patient and non-patient data in the CIE-LSH data warehouse;

· Participate in user requirements and specification meetings,
produce user specification documentation based upon client business
requirements and work closely with various departments to coordinate
efforts to meet deadlines;

· Access and analyze the requirements needed to implement changes
and advice on the options available to support the request within the
system constraints while assessing potential risks and impacts;

· Assist with root cause analysis of technical problems (2nd level
support) in development, test, quality assurance or production environments;

· Work with 3rd party support as needed to own and resolve
technical issues that may arise either from the existing implementation or
ongoing product enhancements;

· Steer all required activities to develop risk mitigation options
for the business;

· Serve as a consultant to management within the Data Management
area.



*Required Qualifications:*

· Bachelor’s degree in Information Technology or related degree
with 10+ years of relevant professional experience OR a Master’s degree
with at least 8+ years of relevant professional experience OR a Ph.D. in
with 2-7 years of relevant work experience;

· Expert in Oracle’s Life Science Hub (LSH);

· Technical knowledge and understanding about Clinical Data
Warehouse, Reporting and Regulatory Submission requirements as it relates
to systems and data information provision;

· Ability to interact with business and understand BHC business
processes and basic terms. Candidate must possess a proven track record in
terms of technical implementation as well as the ability to interact well
with business clients;

· Understand LSH Security as it pertains to Groups/Roles(System &
Functional Roles)/Adapters/subtypes - Need to know how to create all the
objects -  Program(Parameters/Outputs)/Load set/Table Descriptor/Table
-Instance/DataMart/Workflow/Business Area - Create remote
locations/database account -User account creation/database role assignment
(need SQL knowledge) - Update containers and contains security - LSH DB
query results – understand some CDR tables (need SQL knowledge) - Opening
Oracle Service request and Perficient support ticket - Review job logs and
backlogs for trouble shooting;

· Excellent verbal and written communication (fluency in English)
in addition to building and maintaining strong relationships in a global
context, reconciling competing ideas on problems to a mutually beneficial
conclusion are critical in this role;

· Strong analytical skills with proven global teamwork skills and
ability to develop and foster networks in a global context;

· Experience working in a regulated environment (e.g. GxP);

· Ability to do support activities concurrently and adapt easily to
changing priorities;

· Ability to facilitate the translation of business requirements
into technical solutions;

· Ability to think creatively in challenging and changing
situations;

· Strong facilitation skills;

· Capable of sensing cultural awareness and obtaining feedback.



*Preferred Qualifications:*

· 2-3 implementation reference projects;





Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnV0R0nKVOO04VBVgvSRHiAar4R0PbiyOL5ZxU7XnzrKBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Technical Business Analyst - Should be local to MI

2016-10-19 Thread Sam
Hi


Please let me know if you have anyone available for the following opening.


Position – Technical BA

Location – Dearborn, MI

Duration – 6 + months

Rate - $40/hr on C2C

Need local candidate who can go for F2F (Candidate Should be strong in SQL)







*Job Summary:*

Technical Business Analyst role will be responsible for production support
of ConsumerConnection. Triage of incidents, change request and support
tasks and data & project analysis.

*Essential Job Functions:*

• Support all operational aspects of the ConsumerConnection product. •
Investigate new/unknown/existing issues in ConsumerConnection. Clearly
document all findings in the issue tracking system. • Utilize issue
tracking system (JIRA) daily. • Provide feedback to the clients and
technology managers. • Generate routine and ad-hoc reporting and analysis
to assist in evaluating production performance and resolving issues •
Review and analyze data and requirements and test plans/cases in support of
existing and new initiatives. • Participate in UAT, help to identify and
report bugs, user-interface problems, documentation, or other potential
problems (from both the Technical Support and the Customer/End User
perspective). • Provide support for and minor enhancements to reports
utilized by the QC process. • Perform other duties as needed

*Other Responsibilities:*

1. Participate daily support triage meetings and other regular meetings as
required

2. Participate in documentation of support processes and methods

*Minimum*

• Bachelor’s degree with at least three to five years related experience or

*Qualifications and Job Requirements:*

equivalent combination of education and experience

• Minimum of 5 years working in support or ETL related role

• Minimum 2-3 years experience using SQL

• Previous team lead or management experience

• Strong data managemenet and analysis skills

• Two to three years of experience using SQL

• Strong oral and written communications skills

• Ability to work independently with minimum supervision

• Strong facilitation skills • Knowledge of standard software development
methodologies such as Agile and Waterfall

• Intermediate/advanced knowledge of Excel • Extreme attention to detail

• Experience within a customer or technical support environment

• TeraData and/or Oracle experience is a plus

• Exemplary professional demeanor, resourcefulness, flexibility, and
self-motivation

• Advanced judgment and problem solving skills

• Ability to maintain a positive attitude in high stress/fast paced work
environment

• Proven data driven decision-making skills • Two to three years of
technical business requirement gathering/data analysis

• Knowledge of Java, Apache, and JDBC a plus



Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnUw7U5OQH8NAw_0NDcy1gSHwzwze2wscwxrxkNfqobzAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] AEM Developer at Dearborn, MI

2016-10-17 Thread Sam
Position:  AEM Developer

Location : Dearborn, MI



Local Candidate highly preferred  .







*Other Responsibilities: *

1. Safeguard the company’s assets.

2. Adhere to the company’s compliance program.

3. Maintain comprehensive knowledge of industry standards, methodologies,
processes, and best practices.

4. Maintain a focus on customer-service, efficiency, quality, and growth.

5. Other duties as assigned.

*Minimum Qualifications *

• Must have a Bachelor degree AEM Developer:



*and Job Requirements: *

• Must have at least 5 years of IT development experience.

• Must have a minimum of 3 years of Adobe AEM development experience.

• 3+ years relevant professional experience working Java, JavaScript,
HTML5, CSS3 and attendant technologies.

• Experience working with REST, Sling and SOAP in a production environment.

• Experience with Javascript, Angular JS, Sightly is a must.

• Comfortable with data exchange protocols like JSON and XMLAbility to work
flexibly and appropriate trade-offs to meet time constraints.

• Experience with Personalization feature in AEM.

• Experience developing templates, components in AEM

. • Proficient with Authoring, and deployment activities in AEM.

• Experience collaborating with clients, project managers, and engineers.

• Excellent communication and teamwork skills • Experience and desire to
work within a fast-paced, iterative development environment; experience
with Agile a strong plus

• Experience working with JIRA and WIKI

• Must have experience working in a fast-paced dynamic environment.

• Must have strong analytical and problem solving skills.

• Must have ability to work the time necessary to complete projects and/or
meet deadlines





Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnXFE%3DGifUun-RCVR-6rjGHutfvjmuV6O9aQ2W55eUWL2g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Technical Business Analyst - Should be strong in SQL | MI

2016-10-18 Thread Sam
Hi


Please let me know if you have anyone available for the following opening.


Position – Technical BA

Location – Dearborn, MI

Duration – 6 + months

Rate - $40/hr on C2C

Need local candidate who can go for F2F (Candidate Should be strong in SQL)







*Job Summary: *

Technical Business Analyst role will be responsible for production support
of ConsumerConnection. Triage of incidents, change request and support
tasks and data & project analysis.

*Essential Job Functions: *

• Support all operational aspects of the ConsumerConnection product. •
Investigate new/unknown/existing issues in ConsumerConnection. Clearly
document all findings in the issue tracking system. • Utilize issue
tracking system (JIRA) daily. • Provide feedback to the clients and
technology managers. • Generate routine and ad-hoc reporting and analysis
to assist in evaluating production performance and resolving issues •
Review and analyze data and requirements and test plans/cases in support of
existing and new initiatives. • Participate in UAT, help to identify and
report bugs, user-interface problems, documentation, or other potential
problems (from both the Technical Support and the Customer/End User
perspective). • Provide support for and minor enhancements to reports
utilized by the QC process. • Perform other duties as needed

*Other Responsibilities: *

1. Participate daily support triage meetings and other regular meetings as
required

2. Participate in documentation of support processes and methods

*Minimum *

• Bachelor’s degree with at least three to five years related experience or

*Qualifications and Job Requirements: *

equivalent combination of education and experience

• Minimum of 5 years working in support or ETL related role

• Minimum 2-3 years experience using SQL

• Previous team lead or management experience

• Strong data managemenet and analysis skills

• Two to three years of experience using SQL

• Strong oral and written communications skills

• Ability to work independently with minimum supervision

• Strong facilitation skills • Knowledge of standard software development
methodologies such as Agile and Waterfall

• Intermediate/advanced knowledge of Excel • Extreme attention to detail

• Experience within a customer or technical support environment

• TeraData and/or Oracle experience is a plus

• Exemplary professional demeanor, resourcefulness, flexibility, and
self-motivation

• Advanced judgment and problem solving skills

• Ability to maintain a positive attitude in high stress/fast paced work
environment

• Proven data driven decision-making skills • Two to three years of
technical business requirement gathering/data analysis

• Knowledge of Java, Apache, and JDBC a plus



Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnU%3Ds0e4F5%2BkN8Qk6ftvc95T9d%2BS2o9Lv4V_zewTujv-Yg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need| Siebel- Toronto, Canada| AEM Dev- Dearborn, MI

2016-10-20 Thread Sam
Hi,



Please let me know if you have anyone available for the following openings.



Siebel EAI – (4-6 Years Exp) – 70/hr on C2C  - Toronto ,Canada

Siebel Configurator  -  (6-8 Years ) – 80/hr on C2C - Toronto ,Canada


Position:  AEM Developer

Location : Dearborn, MI



Local Candidates Only.







*Other Responsibilities: *

1. Safeguard the company’s assets.

2. Adhere to the company’s compliance program.

3. Maintain comprehensive knowledge of industry standards, methodologies,
processes, and best practices.

4. Maintain a focus on customer-service, efficiency, quality, and growth.

5. Other duties as assigned.

*Minimum Qualifications *

• Must have a Bachelor degree AEM Developer:



*and Job Requirements: *

• Must have at least 5 years of IT development experience.

• Must have a minimum of 3 years of Adobe AEM development experience.

• 3+ years relevant professional experience working Java, JavaScript,
HTML5, CSS3 and attendant technologies.

• Experience working with REST, Sling and SOAP in a production environment.

• Experience with Javascript, Angular JS, Sightly is a must.

• Comfortable with data exchange protocols like JSON and XMLAbility to work
flexibly and appropriate trade-offs to meet time constraints.

• Experience with Personalization feature in AEM.

• Experience developing templates, components in AEM

. • Proficient with Authoring, and deployment activities in AEM.

• Experience collaborating with clients, project managers, and engineers.

• Excellent communication and teamwork skills • Experience and desire to
work within a fast-paced, iterative development environment; experience
with Agile a strong plus

• Experience working with JIRA and WIKI

• Must have experience working in a fast-paced dynamic environment.

• Must have strong analytical and problem solving skills.

• Must have ability to work the time necessary to complete projects and/or
meet deadlines





Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnWAoLHiyJ%3DzRmPv9xOZZyxV7NOCm6PebtstZGL1sspOqg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Req. | Siebel AT Toronto , Canada

2016-10-24 Thread Sam
Hi,



*Hit "REPLY to ALL" and send your responses on h...@smdconsultants.com
*


Please find positions on Siebel AT Toronto , Canada . Please submit
accordingly .


VISA: PR and TN


Start date will be on 5th Dec 2016 .



Position

Experience

location

term

rate

Siebel Tech Lead

8 + years

Toronto ,Canada

6 + months

best rate

Siebel Config  Lead

6-8 Years

Toronto ,Canada

7 + months

best rate

Siebel Config  Specialist

4-6 years

Toronto ,Canada

4-6 Months

best rate

Sieble EAI

6-8 Years

Toronto ,Canada

5 Months

best rate

Sieble EIM

6-8 Years

Toronto ,Canada

2 months

best rate

BIP

4-6 Years

Toronto ,Canada

2 months

best rate







Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnV9YZj%3Dw7Prod0S0mH4Z%2BEfEzMx_71tDn3wcn3whystEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Technical BA/PM AT Dearborn, MI

2016-11-18 Thread Sam
Hi,



Please let me know if you have anyone available for the following opening.





Position – Technical BA/PM

Location – Dearborn, MI

Rate - $40/hr on C2C



*Essential Job Functions: *

Areas of Responsibility: • Manage, take ownership and hold accountability
of Agile solution deliveries • Authoring, maintenance and management of
technical product requirements • Facilitate status meetings with partner
vendors, business counterparts and manage project timelines • Document
discovery of necessary efforts, identify and monitor project risks •
Estimate project efforts and durations • Manage scope change, feature
request and project related defect tickets • Consult with business team to
gather business needs and objectives • Special ad-hoc projects for team •
Troubleshoot and own technical project issues from start to completion

• Troubleshoot database performance (SQL), data discrepancies and web
services/ components • Troubleshoot and triage application issues and
identify workarounds • This is more than a project manager; the candidate
must be a technical problem solver



*Minimum Qualifications and Job Requirements: *

Required Qualifications: • Ability to self-manage and prioritize work
schedule per business needs • Strong communication, facilitation and vendor
management skills • Technical background is required • Understanding of
project management methodologies • Ability to prioritize issues with
business effectively • Ability to work flexible hours to support
application launch and production outages if necessary • Must have
Bachelor's degree, preferably in a technology related discipline • Ability
to effectively manage numerous deliverable work streams with various
vendors • Experience with gathering business requirements and generating
creative IT solutions • Excellent written and verbal communication skills •
Experience in automotive related work is a plus • Understanding of
technical integrations and code reviews • Experience with database
management and administration (SQL) is a plus

Special Instructions: • Most experience levels considered. Skills and
background are helpful, but would considered a motivated, high energy
person we can train. Need someone that is a self started and can success
without continual guidance and instruction. We are team oriented, so
important that this person can communicate and get along with a variety of
personality types.







Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

SMD Consultants Pvt. Ltd.

Email: h...@smdconsultants.com

Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnU69h5naDu6%2Bfq9NBZxDES%3DK%3Db1ZTdti7kMCYnkoBLDeg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Position - staffer/integrator with Adaptive Experience | Dearborn, MI

2016-11-03 Thread Sam
 Hi,


Please reply me on h...@smdconsultants.com





Position - staffer/integrator with Adaptive Experience

Location – Dearborn, MI

Duration – 6 + Months

Rate - $50/hr on C2C

Need candidate locally or who can relocate



Here is more of a job description for and Adaptive role:



The individual we need will have expertise in finance, budgeting and
forecasting.  This is NOT a strict IT role.  But, this individual should
have also been involved in an Adaptive implementation at some point.  We
need someone that has working experience with Adaptive that can help guide
the finance team towards the proper way to setup and implement the software
for our financial business needs.  Ideally they should have experience with
NetSuite as well.





Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

SMD Consultants Pvt. Ltd.

#401, 4th Floor, Tower B4

Spaze i-Tech Park, Sec-49, Gurgaon

Contact: +91 124-4985076 | Cell: 9958939967

E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



[image: Description: http://www.smdconsultants.com/images/icon_smd.gif]

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnV1jcAr1QZzBQq%3DPfno4DTWyRtU2ujtv%2BGCRJ2xkbzGdw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Life Sciences Senior Consultant with Oracle’s Life Science Hub exp.

2016-11-03 Thread Sam
Position : Life Sciences Senior Consultant

Location : Jersey city , NJ

Duration- 6 + months

Rate – Open





· Engage with  HealthCare  to drive consultancy and global
services/support in the area of Life Sciences Hub (LSH) for ensuring
definition of and population of all study-integrated data structures,
including patient and non-patient data in the CIE-LSH data warehouse;

· Participate in user requirements and specification meetings,
produce user specification documentation based upon client business
requirements and work closely with various departments to coordinate
efforts to meet deadlines;

· Access and analyze the requirements needed to implement changes
and advice on the options available to support the request within the
system constraints while assessing potential risks and impacts;

· Assist with root cause analysis of technical problems (2nd level
support) in development, test, quality assurance or production environments;

· Work with 3rd party support as needed to own and resolve
technical issues that may arise either from the existing implementation or
ongoing product enhancements;

· Steer all required activities to develop risk mitigation options
for the business;

· Serve as a consultant to management within the Data Management
area.



*Required Qualifications:*

· Bachelor’s degree in Information Technology or related degree
with 10+ years of relevant professional experience OR a Master’s degree
with at least 8+ years of relevant professional experience OR a Ph.D. in
with 2-7 years of relevant work experience;

· Expert in Oracle’s Life Science Hub (LSH);

· Technical knowledge and understanding about Clinical Data
Warehouse, Reporting and Regulatory Submission requirements as it relates
to systems and data information provision;

· Ability to interact with business and understand BHC business
processes and basic terms. Candidate must possess a proven track record in
terms of technical implementation as well as the ability to interact well
with business clients;

· Understand LSH Security as it pertains to Groups/Roles(System &
Functional Roles)/Adapters/subtypes - Need to know how to create all the
objects -  Program(Parameters/Outputs)/Load set/Table Descriptor/Table
-Instance/DataMart/Workflow/Business Area - Create remote
locations/database account -User account creation/database role assignment
(need SQL knowledge) - Update containers and contains security - LSH DB
query results – understand some CDR tables (need SQL knowledge) - Opening
Oracle Service request and Perficient support ticket - Review job logs and
backlogs for trouble shooting;

· Excellent verbal and written communication (fluency in English)
in addition to building and maintaining strong relationships in a global
context, reconciling competing ideas on problems to a mutually beneficial
conclusion are critical in this role;

· Strong analytical skills with proven global teamwork skills and
ability to develop and foster networks in a global context;

· Experience working in a regulated environment (e.g. GxP);

· Ability to do support activities concurrently and adapt easily to
changing priorities;

· Ability to facilitate the translation of business requirements
into technical solutions;

· Ability to think creatively in challenging and changing
situations;

· Strong facilitation skills;

· Capable of sensing cultural awareness and obtaining feedback.



*Preferred Qualifications:*

· 2-3 implementation reference projects;









Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnUjjWWKrnuGx5GTU7V79cSFP2V00wdB%2B0ctD5rPh9c0Ww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Java Developer, local to CA.

2016-12-08 Thread Sam
Hi,

Please send me resumes on *h...@smdconsultants.com *


Do you have any genuine Java guy local to Sunnyvale, CA @ $45/hr?



*Skills required: Java Developer, with Angular and nodes.js, basic
JavaScript, backend services.*



Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact: +1 347-809-6832

Email: h...@smdconsultants.com

Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnUtGSp%3Dn-G%2BUpHb0iJy0rpMYhyk82DRaA6Cc6GSQbvNXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Need Java Developer, local to CA.

2016-12-08 Thread Sam
Hi,

Please send me resumes on *h...@smdconsultants.com *


Do you have any genuine Java guy local to Sunnyvale, CA @ $45/hr?



*Skills required: Java Developer, with Angular and nodes.js, basic
JavaScript, backend services.*



Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact: +1 347-809-6832

Email: h...@smdconsultants.com

Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnVZoZk3w8HBwDh1GfboQ3y2QaaVQF%3Dymuk%3DMzA0grzRtw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SAP PI Developer - Bellevue

2016-12-12 Thread Sam
Please send me resumes  on hr2@smdconsultants,com





Role – 2 SAP PI Developers

Duration – 6 Months +

Rate - $50 / Hr. (Max), All inclusive (No Travel)

Location – Bellevue, WA



While sending the resume please mention e-mail id, skype ID, LinkedIn
profile, Bill Rate & key skills (one/two lines) on the body of the e-mail.





Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact: +1 347-809-6832

SMD Consultants Pvt. Ltd.

Email: h...@smdconsultants.com

Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnV5Hf-7fTFEB521vyoZV4xN%2BAnBztDwgaAWv6umHDhv7A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Required: Micro Strategy Developer

2016-12-13 Thread Sam
Please send me resumes  on hr2@smdconsultants,com


Title: *Micro Strategy Developer*

Client: Accenture/Cisco

Location: San Jose, CA

Duration: 6 Months

Rate: $60/hr.



*Job Description:*

· At least 3 Year of Experience with MicroStrategy products, with
experience as both a developer and architect

· Experience with technologies like Tableau, SpotFire desirable

· Experience with multiple data warehouse platforms

· Experience with Teradata highly preferred, but not required

· Strong problem solving/analytical skills Strong SQL Skills






Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact: +1 347-809-6832

SMD Consultants Pvt. Ltd.

Email: h...@smdconsultants.com

Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnX6rRTC0F_yu%2Bz6%3DTnViRxLr8%2BGbPRE5oeDv7DjpEN7Hw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Production Support Engineer | Sunnyvale CA | 6 + Months

2016-12-06 Thread Sam
Hi,

* Send me Resumes on h...@smdconsultants.com *

Please let me know if you have any one available for the following opening.
If yes, please send me your resume with the desired rate information.



*Support Engineer*

Location: Sunnyvale, CA

Duration: 6+ Months



Description:

•   Extensive experience in providing L1 & L2 support for
enterprise systems

•   Well verse with the use of XML, JSON and REST services

•   Working knowledge of UNIX, MAC OS X, iOS, is a plus

•   Solid understanding of data modelling and database systems
including Oracle, mySQL, NOSQL, etc.

•   Solid knowledge of applications performance improvement
techniques and caching solutions

•   Working knowledge of source control software (SVN or Git).

•   Experience with build and deployment tools, e.g., Maven, Gradle.

•   Ability to multi-task and manage tasks with varying priorities.

•   Ability to work independently with minimal supervision

•   Excellent written and oral communication skills



Responsibilities

•   Provide L1 & L2 support for multiple home grown services and
frameworks (Platform Services)

•   Work with application teams to provide guidance and assist them
with on boarding process

•   Develop custom utilities needed by application teams in order
to on board to platform services

•   Build and enhance standard operating procedures for all
platform services and frameworks

•   Standardize deployment & on boarding playbooks for all
supported services

•   Support deployment of applications and services - assist DevOps
engineers

•   Take over SRE responsibilities for all hosted platform services







Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com


Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnWVnvTAVJQvk85N1MWrpZXUg11_Vt-mwuQQ1jEdrtrdZw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SAP FICA/RMCA Consultant - Sunnyvale, CA

2016-12-12 Thread Sam
Please send me resumes  on hr2@smdconsultants,com



Sunnyvale, CA

6+ Months





*Request Summary: *

· 10+ years of SAP functional experience specializing in design and
configuration of SAP Finance modules. Two full life cycle implementation
experience of SAP FICO/FICA/RMCA  modules.

· Experience in gathering business requirements, providing
conceptual and detailed designs to meet business needs, performing
necessary SAP configurations, writing detail specifications for development
of custom programs, testing, co-ordination of transports to production and
post go live support.

· Prior experience in high tech or software industries with good
understanding of accounting concepts.

· Knowledge of BIT is added advantage.

· Requires excellent verbal and written communication skills,
including presentations creation and delivery.

· Candidate should have masters in Finance/ CPA / CPA equivalent



Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact: +1 347-809-6832

SMD Consultants Pvt. Ltd.

Email: h...@smdconsultants.com

Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnWc47emJ7go%3DxFPBdjopBMQ0CzSj1aW4zxsXbnjrbANwQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Developer with experience on Spring Boot | Milwaukee, WI

2017-01-10 Thread Sam
Hi



Please let me know if you have anyone available for the following opening.
If yes, please send me your resume with the desired rate information.

Send it on h...@smdconsultants.com


*Position Title/Role: Java Developer*

*Location: Milwaukee, WI*

*Duration: Long Term*

*Rate: $45 C2C All Inc.*



*Mandatory Skills:*

· Java/ J2EE, Spring, Hibernate, Agile, RESTFUL.

· Spring boot

· Micro services

· Deploy spring boot app on Linux

· Strong j2ee skills.

· Agile/ Scrum experience.

· Good communication & Presentation Skills.

· Coordinate with other team members for successful sprint and
release execution.



Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com


Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnVJbKbD0%2BYF8GDUfrf5zeSoiKNzyGeukuCK8_fWoFe%3DSg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Job| Support Enginee (XML, JSON and REST services)r- Sunnyvale, CA|

2016-12-05 Thread Sam
Hi,


*Send me replies on h...@smdconsultants.com *


Role: *Support Engineer*

Location: Sunnyvale, CA

Duration: 6+ Months



Description:

•   Extensive experience in providing L1 & L2 support for
enterprise systems

•   Well verse with the use of XML, JSON and REST services

•   Working knowledge of UNIX, MAC OS X, iOS, is a plus

•   Solid understanding of data modelling and database systems
including Oracle, mySQL, NOSQL, etc.

•   Solid knowledge of applications performance improvement
techniques and caching solutions

•   Working knowledge of source control software (SVN or Git).

•   Experience with build and deployment tools, e.g., Maven, Gradle.

•   Ability to multi-task and manage tasks with varying priorities.

•   Ability to work independently with minimal supervision

•   Excellent written and oral communication skills



Responsibilities

•   Provide L1 & L2 support for multiple home grown services and
frameworks (Platform Services)

•   Work with application teams to provide guidance and assist them
with on boarding process

•   Develop custom utilities needed by application teams in order
to on board to platform services

•   Build and enhance standard operating procedures for all
platform services and frameworks

•   Standardize deployment & on boarding playbooks for all
supported services

•   Support deployment of applications and services - assist DevOps
engineers

•   Take over SRE responsibilities for all hosted platform services







Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com


Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnVKtMoC%3DQctZmQbeTuh3n0ktzTWx5AF3AA%2BkvNA00Z0WA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] OTC Functional Resource with Brazilian Tax. experience

2016-12-05 Thread Sam
Hi,


*Send me replies on h...@smdconsultants.com *


*OTC Functional Resource with Brazilian Tax. experience*

Location: Seattle, WA
Duration: 6+ Months




*Description:*

-   Order to cash (OTC) FA with Brazilian tax experience

-  Functional Analyst heavily experienced on Oracle EBS Order to
Cash flow.

-  Experience with Brazilian Tax & respective integrations is
mandatory.

-  Should be highly knowledgeable on modules like Oracle Order
Management, Pricing, Shipping Execution & Receivables with typical
integrations for Tax calculations.

-  Exposure on Brazilian localizations is a plus.





Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com


Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnVpO1vtx9oRhEdyPn8t5J%2BH4%2BnmE3uCwLJnmJ%3DJHHdZ3Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need | Java Developer- Milwaukee, WI

2016-12-27 Thread Sam
Hi



Please let me know if you have anyone available for the following opening.
If yes, please send me your resume with the desired rate information.

Send it on h...@smdconsultants.com


*Position Title/Role: Java Developer*

*Location: Milwaukee, WI*

*Duration: Long Term*

*Rate: $55 C2C All Inc.*



*Mandatory Skills:*

· Java/ J2EE, Spring, Hibernate, Agile, RESTFUL.

· Spring boot

· Micro services

· Deploy spring boot app on Linux

· Strong j2ee skills.

· Agile/ Scrum experience.

· Good communication & Presentation Skills.

· Coordinate with other team members for successful sprint and
release execution.



Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com


Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnV%3DagQc7eMOQZCX%2BdGe7%3DUcz4YyM%3Deed%2B5gEBOA8NKF2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Job| QA ETL tester with Hedis- Raleigh, NC

2016-12-19 Thread Sam
Hi



Please let me know if you have anyone available for the following opening.
If yes, please send me your resume with the desired rate information.


Send it on h...@smdconsultants.com



*Role:  QA ETL tester with Hedis*



Location: NC-RALEIGH

*Duration: Contract- 6+ Months*

Position Qty:  2





*Visa: H1B/GC/ Citizen*



*Key Skillset:*



ETL, IBM DataStage, ORACLE, UNIX shell scripts and PERL scripts.

*Job Description:*

What software tools/skills are needed to perform these daily
responsibilities?
• 7-10 years of testing/quality assurance experience on ETL/Data
Warehousing projects of which at least 2 years as a senior test engineer on
ETL projects
• 5+ years of relational database experience covering writing queries,
manipulating test data through SQL statements
• Experience using testing/quality assurance tools such as ALM
• Experience using Agile/Scrum tools such as CA Agile Central (aka Rally)
• Experience using Job scheduling software such as TWS,
• Experience with automating test cases and automation tools such as
FitnessE, Selenium, QuickTestPro (QTP)
• Proven experience in testing software following Agile/Scrum methodology
• Experience working in an onsite/offshore model with offshore teams
• Strong verbal and written communication skills with the ability to
communicate clearly and effectively to varying audiences
• Relevant Bachelor’s degree or equivalent work experience in a related
field

Preferred:
• Hands-on experience in ORACLE database technologies
• Application Lifecycle Management (ALM) experience
• CA Agile Central (aka Rally) experience
• Experience with automation tools like FitnessE, Selenium, QuickTestPro
(QTP)
• TWS experience
• Proficiency in MS Office (Word, Excel, Outlook, PowerPoint, Access,
Visio)
• Experience in the health care industry
• Experience with HEDIS






Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com


Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnU%2BsFR8SHMrCW0bq8OLDcr3P5cNsBOScPEK%3D9N3w4yksQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SAP FICA/RMCA | Sunnyvale CA | 6+ Months

2016-12-06 Thread Sam
Hi,

* Send me Resumes on h...@smdconsultants.com *

Please let me know if you have any one available for the following opening.
If yes, please send me your resume with the desired rate information.



*SAP FICA/RMCA Consultant*

Sunnyvale, CA

6+ Months

Best Rate: $70/Hr on C2C



*Request Summary: *

· 10+ years of SAP functional experience specializing in design and
configuration of SAP Finance modules. Two full life cycle implementation
experience of SAP FICO/FICA/RMCA  modules.

· Experience in gathering business requirements, providing
conceptual and detailed designs to meet business needs, performing
necessary SAP configurations, writing detail specifications for development
of custom programs, testing, co-ordination of transports to production and
post go live support.

· Prior experience in high tech or software industries with good
understanding of accounting concepts.

· Knowledge of BIT is added advantage.

· Requires excellent verbal and written communication skills,
including presentations creation and delivery.

· Candidate should have masters in Finance/ CPA / CPA equivalent


Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com


Website: www.smdconsultants.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANdBHnVwb5qUKhKCKP%3DK9MG2H1Hb5L%3DX2BNCqM6thoYS-UELQA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android on Motorola A810...

2008-11-25 Thread Sam Android
Hello ALL,

Can Android be ported on Motorola A810? Has anyone done this?
A little I have come to know that Android was ported on Motorola Ming A1200, 
the predecessor of Motorola A810.

Regards,
- sam.


  Connect with friends all over the world. Get Yahoo! India Messenger at 
http://in.messenger.yahoo.com/?wm=n/
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Location API and JSR-179/OpenLAPI

2008-11-29 Thread Sam Halliday

Hi all,

When Android was first announced, I offered to help out write any
missing parts of the Location API and port over any code that was part
of the OpenLAPI project (open source LGPL implementation of JSR-179).

I never heard a response back at the time. I'm just checking now to
find out the status of the Location API at this time, and to again
offer the code I wrote as port of OpenLAPI (especially NMEA handling
and calculating distances with the Vincenty algorithm).
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Location API and JSR-179/OpenLAPI

2008-11-29 Thread Sam Halliday

also, OpenLAPI is able to provide a JSR-179 API from an external
bluetooth device, Google Earth XML file (excellent for development) or
the LandmarkStore . Might be of use to you.

On Nov 29, 12:55 pm, Sam Halliday [EMAIL PROTECTED] wrote:
 Hi all,

 When Android was first announced, I offered to help out write any
 missing parts of the Location API and port over any code that was part
 of the OpenLAPI project (open source LGPL implementation of JSR-179).

 I never heard a response back at the time. I'm just checking now to
 find out the status of the Location API at this time, and to again
 offer the code I wrote as port of OpenLAPI (especially NMEA handling
 and calculating distances with the Vincenty algorithm).
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the webkit just send to plugin 20 bytes through NPP_Write

2008-12-27 Thread Tang Sam
Thanks. I have resolved it.

2008/12/27 Mark Murphy mmur...@commonsware.com


 Slacker wrote:
  I am developing a new plugin for web browser via NPAPI as google
  default android gears plugin.
  But I always get 20 bytes from browser.
  Every time browser call my plugin API NP_Write and then send 20
  bytes. I verified the 20 bytes is the beginning of the required
  embedded object. Why?
  Is it a bug of Android browser plugin framework?
  Also I tried the NPP_StreamAsFile, I got the file length is 20
  bytes. :-

 Questions related to firmware-level development are best asked on lists
 set up for firmware-level development:

 http://source.android.com/discuss

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com
 _The Busy Coder's Guide to Android Development_ Version 1.9 Available!

 


--~--~-~--~~~---~--~~
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: Why the webkit just send to plugin 20 bytes through NPP_Write

2008-12-29 Thread Tang Sam
1.0 no plugin support. 1.1 has. So you must start from 1.1.


2008/12/29 qvark joseluishuertasfernan...@gmail.com


 Hi Slacker,

 I'm very interested in developing a plugin for the Android browser,
 but I have no clue about where to start. Would you be so kind to give
 me some tips or point out some documentation to me?

 I have asked similar questions in the past and the answer I got from
 the Android team was No plans for plugins in 1.0 so I was wondering
 if this has changed and I haven't noticed it.

 Thanks in advance.


 On Dec 24, 4:56 am, Slacker yel...@gmail.com wrote:
  Hi all,
 
  I am developing a new plugin for web browser via NPAPI as google
  default android gears plugin.
  But I always get 20 bytes from browser.
  Every time browser call my plugin API NP_Write and then send 20
  bytes. I verified the 20 bytes is the beginning of the required
  embedded object. Why?
  Is it a bug of Android browser plugin framework?
  Also I tried the NPP_StreamAsFile, I got the file length is 20
  bytes. :-
 


--~--~-~--~~~---~--~~
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] Beginner

2009-01-19 Thread Sam Bender

Hi, this is my first post and I might as well let you know that I have
just a little bit of experience in java. Also I'm 15. I just got a G1
and I want to create an application to turn of the ringer volume off
at 7:57am and back on at 3:00pm on weekdays
Its been to long and I am very confused with most of this android
specific stuff.
I was wondering if someone could show me an example of how to do this.
I have eclipse running with plugins and the sdk installed on Ubuntu.

--~--~-~--~~~---~--~~
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] Beginner, help with system clock

2009-01-19 Thread Sam Bender

Hi, this is my first post and I might as well let you know that I have
just a little bit of experience in java. Also I'm 15. I just got a G1
and I want to create an application to turn of the ringer volume off
at 7:57am and back on at 3:00pm on weekdays
Its been to long and I am very confused with most of this android
specific stuff.
I was wondering if someone could show me an example of how to do this.
I have eclipse running with plugins and the sdk installed on Ubuntu.

--~--~-~--~~~---~--~~
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] Intent for opening browser

2009-04-12 Thread sam aldis
Can anyone post me the intent for opening the
Browser on the url specified.?

--~--~-~--~~~---~--~~
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] Invitation to connect on LinkedIn

2009-09-23 Thread Sam Aldis
LinkedIn


Sam Aldis requested to add you as a connection on LinkedIn:
--

Michele,

I'd like to add you to my professional network on LinkedIn.

- Sam

Accept invitation from Sam Aldis
http://www.linkedin.com/e/LLkLpmh1-H9DJacyTMkv6XzPQQAN5aX4GK1ApDHb9BOx5AxLj59i/blk/I1454306818_2/pmpxnSRJrSdvj4R5fnhv9ClRsDgZp6lQs6lzoQ5AomZIpn8_cBYUcjwSc3cQdjgNiiZmp5lNlkMMuiYQd3oScz4SdjsLrCBxbOYWrSlI/EML_comm_afe/

View invitation from Sam Aldis
http://www.linkedin.com/e/LLkLpmh1-H9DJacyTMkv6XzPQQAN5aX4GK1ApDHb9BOx5AxLj59i/blk/I1454306818_2/39ve34Udz0Pd3kQckALqnpPbOYWrSlI/svi/
 

--
DID YOU KNOW you can use your LinkedIn profile as your website? Select a vanity 
URL and then promote this address on your business cards, email signatures, 
website, etc
http://www.linkedin.com/e/ewp/inv-21/


 
--
(c) 2009, LinkedIn Corporation


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



<    1   2   3   4   5   6   7   >