[android-developers] Urgent Need::::Scrum Master,Chicago,IL....12 months...Max Rate $60/hr

2016-03-31 Thread sudhanshu pandey
Hi,

I have an urgent requirement with one of my clients, details given below.
If you find yourself suitable for the position, please send me your latest
updated resume along with contact details. It will be good if you can call
me at *609-853-0818 x 2173.*



*Job Title  **Scrum Master*

*Project LocationChicago,IL*

*Duration **12  months *

*Rate $60/hr*



*Requirement:*

*Skills Required and Job Description:*

*Total Experience **(in Yrs):   15* *+ years.*


*Mandatory Technical/Functional Skills:*



• Experience in managing end-to-end project execution using agile
methodology
• Certified Scrum Master (Scrum Alliance) or PMI-ACP is mandatory
• Experienced and skilled in managing large teams, planning, organizing,
leading and monitoring the day to day activities of the development plan
• Have experience working closely with product owners to develop a project
roadmap ScrumMaster coaching for the team
• Experience in backlog/User stories grooming, defining Sprint, Release
Burndown charts, Dashboard for reporting of the status of the projects
• Requirements Engineering, Solution Architecture, Design, Development and
Deployment
• Strong written and verbal communication skills, with ability to
communicate at all levels within the organization
• Active inquiry skills
• Strong Negotiation skills and interpersonal skills
• Ability to use the project management tools like MS-Project Plan,
Clarizen, JIRA etc.
• Ability to have focused goal oriented meetings with the stakeholders
• Proven team leadership, coaching, and mentoring
• Ability to quickly build relationships at all levels and
cross-functional/platform
• Experienced in facilitation and stakeholder management
• Strategic thinking / conceptual thinking
• Create a culture of continuous improvement, change and world class
service delivery
• Manage program communication and risk plans for successful delivery

*Desirable Technical Skills /**Functional Skills**:*

• Industry vertical application for Big Data/Analytics (Retail/Healthcare)
• Deployment of a large distributed Big Data Application (e.g., Customer
Insights and other analytics)
•Familiarity with HIPPA data and masking

•Functional experience around retail industry




--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Thanks & Regards*


*Gaurav Badola Technical Recruiter*


Desk : 609-853-0818 X 2173
Fax :   609 799 5746 gaurav.bad...@nityo.com 
www.nityo.com
*Gtalk & Yahoo : Gauravbadola83*
--

USA | Canada | India | Singapore | Malaysia | Indonesia | Philippines |
Thailand  | UK | Australia / Zealand
--

*Nityo Infotech has been rated as One of the top 500 Fastest growing
companies by INC 500*
--

*Disclaimer:* http://www.nityo.com/Email_Disclaimer.html

-- 
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/CAEZkQ%2Bi%3D0Hd3xnTs069mzqcX%3Db5aF0UJ4JMHVr_X_ueEYJi_jQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Lambda Expressions Not Supporting

2016-03-31 Thread Dilanka Madhawa
Hi,
i am learning android development on mac and when i try to run a code on my 
device, the android studio says that,
"Error:(41, 39) error: lambda expressions are not supported in -source 1.7
(use -source 8 or higher to enable lambda expressions)"

i have tried and updated java and i have the latest version. can someone 
help me to solve this?

thanks 

-- 
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/78f741ce-f164-4e7f-aaeb-6ffd9944ed14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Heart Rate Sampling Frequency From Android Wear Device

2016-03-31 Thread davalla
I'm developing an Android app that would need to stream the raw heart rate 
data from an Android wearable device (like the Moto 360 Sport). What is the 
fastest sampling rate I can get from this data? In other words, how long 
does it take for the device to return to me the next heart rate value it 
calculates?

-- 
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/2b19a7a7-1d60-497b-a390-41cf2ac025ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Audio of YouTube Video won’t Stop on Screen Change

2016-03-31 Thread Dev
This is a very common problem, if you had done a quick search would have 
found an answer easily, anyway, just add the code below, overlapping the 
onPause method of your Activity

@Override
public void onPause() {
super.onPause();

try {
Class.forName("android.webkit.WebView")
.getMethod("onPause", (Class[]) null)
.invoke(webView, (Object[]) null);

} catch(Exception e) {
e.printStackTrace();
}
}


Em terça-feira, 29 de março de 2016 18:17:51 UTC-3, Cayce escreveu:
>
> Our Android app has three HTML constructed screens, with a YouTube 
> embedded video in each one. When one of those screens is active with the 
> video playing, the audio of the video continues playing after the user has 
> exited the screen. I’ve read that this could be a cache issue, which could 
> make sense, in which I’d be interested in knowing how to control that. 
>
>
> If there’s a way to force quit a video on screen change, I’d appreciate 
> hearing about that as well.
>
>
> Thanks.
>
>
> Cayce
>

-- 
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/861473d4-ad46-4422-9ba5-f1780849e336%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Official API's for Bottom Navigation

2016-03-31 Thread sukhvir singh
Hi All,

We have a requirement of using bottom navigation for current hierarchy 
based Android app. I wish to know if there is any official API's provided 
by Google for implementing it.
I can see there are third party libraries on github like :-

https://github.com/Suleiman19/Bottom-Navigation-Demo
https://github.com/roughike/BottomBar

which are good but do not completely confirm to material design.
Any help is appreciated.

Thanks

-- 
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/c459ad82-b788-4a1c-a11d-64ad56518f23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] image view ( capture signature ) disappears after adding scrollview

2016-03-31 Thread mushspace
Hi,


 
http://www.mysamplecode.com/2011/11/android-capture-signature-using-canvas.html 

I have used code from this link to capture signature. It works. But further 
on, I had to add more edittext's. This needs a scroll view as it does not 
fit into a screen. In doing so, the image view that has signature 
disappears. How can I go about it to ensure that view that captures 
signature appears in the scrollview. 

-- 
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/bf09de63-a01c-417a-b5b2-ef61464bfe8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: How connect android application to an ERP company

2016-03-31 Thread Davi Albuquerque Vieira
http://lmgtfy.com/?q=android+make+requests

2016-03-31 11:18 GMT-03:00 :

> Somebody can help me?
>
> quarta-feira, 30 de Março de 2016 às 17:24:42 UTC+1, bruno...@gmail.com
> escreveu:
>>
>> Hi.
>> How I can send requests from android application to an ERP ?
>>
> --
> 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/de671db3-9dd6-4678-8cab-ab150236fe94%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAO12C39O04pkGGK8vRaPZh6hMo39%3D8sgFn%3DjJ6NZPAQ3T8oVqA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How connect android application to an ERP company

2016-03-31 Thread brunof0080
Somebody can help me?

quarta-feira, 30 de Março de 2016 às 17:24:42 UTC+1, bruno...@gmail.com 
escreveu:
>
> Hi.
> How I can send requests from android application to an ERP ?
>

-- 
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/de671db3-9dd6-4678-8cab-ab150236fe94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Bachelor Thesis comparing Native versus Hybrid apps

2016-03-31 Thread Jawed & Felix


Hello,

Our names are Felix and Jawed, we are currently writing our Bachelor Thesis 
in Software Engineering at Blekinge Institute of Technology about Native 
versus Hybrid apps, with a focus on features.

We need your help and opinion to complete our thesis, We will be truly 
grateful if you could take 5-10 minutes of you time to answer our questions.

You can find the survey here 

.

Best Regards,

Felix & Jawed

-- 
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/2ed2d492-72ae-4de3-b8b6-842eed0bc467%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need:::::::::::::IBM Middleware Engineer LDAP Advisor ,Scottsdale, AZ 12+ Months.....US Citizen or Green Card only

2016-03-31 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: IBM Middleware Engineer LDAP Advisor *

* Location: : Scottsdale, AZ *

*Contract: 12+ Months*

*Visa : US Citizen  or Green Card only*



*Requirement*

* Required Qualifications*



· Maintain the following Large Enterprise solutions within a high
volume, high availability environment.

· Senior LDAP (IBM Tivoli/Security Directory Server v6.4 (IBM
Tivoli LDAP v6.*))

· Experience as an LDAP Administrator with large scale
infrastructures.

· Experience with setting up LDAP replication agreements.

· Experience with user Password encryption settings. Configuration
of multi-tier password policies.

· Experience with system monitoring tools such as Hp, Wily, etc…

· Experience with Unix AIX Operating systems

· Experience with LDAP command line tools.

· Experience with LDAP performance test tools like SLAMD.

· Experience with directory browser software like Softerra LDAP
admin

· Experience with IBM Tivoli LDAP reporting tools.

· Experience with Active Directory.

· Experience with integrating various LDAP client applications.

· Monitor services and run-time components, maintaining high
performance and availability.

· Work with business analysts, enterprise architects and
development teams to implement, evolve, and maintain/support business
solutions utilizing the Identity and Access management solutions and
ensuring high quality and scalable solutions.

· Work with operational and development teams to assist with
troubleshooting activities within a mission critical environment.

· Work with Technology Team on standards, product roadmap and
architecture decisions based on the enterprise blueprint.

· Create custom schema attributes and object class

· Directory backup and restore.

· Troubleshooting everyday LDAP issues

· Provide documentation when needed.

· Problem Management, Analyze root cause and resolve problems.

· Add Modify and Delete ACL’s, Users, Roles, Schemas and
Replication Agreements.

· Regenerate Indexes

· Create Unix Scripts to generate UAL as part of Audit requests

· Work with different Project team members to accomplish results.

· Train Directory resources via theory sessions, cross training and
on-job training.

· Maintain self-help documentation and maintain LDAP Support
processes and Procedures.

· Track Project Status, Weekly timesheet

· Maintain and renewal of all LDAP SSL certificates

· Capacity Planning.

· Interacting with various application owner

· Requirement gathering and Analysis.

· Testing and production deployment



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

-- 
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/CAEZkQ%2BjHRPKL7mVD4aVqDjsyxfuNbHd7Z85JC4rHRkFFXatXOg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Can we recover lost Android.Keystore file from Android apk?

2016-03-31 Thread Steve Gabrilowitz
If there was a way to recover the keystore from an apk then there would be
such a big security hole as to render the digital signing totally
worthless.  Your only recourse is to unpublish, then make a new keystore to
publish under a new package id.  Then, make sure that your new keystore is
properly backed up so that you can never lose it again!
On Mar 31, 2016 9:00 AM, "Suraj Datta"  wrote:

> Hello,
>
> I have lost my Keystore file, due to which i'm not able to update my app
> on Playstore.  I have searched on internet & know that Unpublish is the
> only way.
>
> But still can we extract or recover Android.Keystore file from Android apk
> or some other procedure to recover it?
>
> Thanks.
>
> --
> 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/8c4a45c0-0834-405e-9001-eb25ec098372%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CABfabRghpw8APjUB9r%3D4dxK4-Ub_gf9hk-p%2BL0wn59FyGm2_3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Can we recover lost Android.Keystore file from Android apk?

2016-03-31 Thread Suraj Datta
Hello,

I have lost my Keystore file, due to which i'm not able to update my app on 
Playstore.  I have searched on internet & know that Unpublish is the only 
way.

But still can we extract or recover Android.Keystore file from Android apk 
or some other procedure to recover it?

Thanks.

-- 
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/8c4a45c0-0834-405e-9001-eb25ec098372%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How androids select wifi AP

2016-03-31 Thread felipe vela moscoso


I am currently working on a indoor location paper using wifi systems. The 
problem is that some devices are not working as expected. So i have 2 
questions

1) How really factory default android select the AP and how it decides to 
change to another AP, does it has any trigger threshold?.

2) This process is for all android distributions or it will depend of 
vendor.

Best regards. Also if you have some docummentation, books, etc will be 
usefull.

-- 
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/d297a9a1-8a6d-4af2-b392-b89fa011e028%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Job service execution in Android M

2016-03-31 Thread karthik . mail . dev
I have a jobservice which has to repetitively run when device is connected 
to internet. It is running without any issues in Lollipop but the same job 
service is not executed in Marshmallow consistently. I suspect it is 
something to do with the battery percentage of device. Is Marshmallow doing 
any optimization on job service scheduling in low charge scenario? pls help 
me with this since it is inconsistent?

-- 
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/98c74442-2d4b-4a5f-815c-82855a48b993%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google Fit Nutrition Card

2016-03-31 Thread healthy . drinks . test
Hi,

I have integrated google fit in one of ours app.Of lately I'm able to 
insert nutrition data from my app to google fit.But the nutrition card does 
not show up on the *dashboard *of google fit.We were able to query and 
print the data inserted.This proves to say the data is sent to cloud.Please 
help as this is blocking our app release.Thank you in advance!

-- 
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/3bb8a620-203a-4bd7-a198-db9c576cdc4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Integrating Google Login in my Hybrid app and getting 12501 error for my android app .

2016-03-31 Thread Dobble Social
Hi Team,
I am developing a hybrid app using telerik appbuilder windows client. I am 
integrating google login in my app using 
https://github.com/EddyVerbruggen/cordova-plugin-googleplus/ this plugin. 
It is working fine for iOS but not working for android getting 12501 error. 
I am quite frustrated what to do. I do every require step please help me 
out. Error screen shot is attached.
Please provide me a solution regarding this.

-- 
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/1f93720f-f606-43e1-8fb1-54fee6ca3879%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Important Update: Android Development: Timing App Updates

2016-03-31 Thread Harish Pal
[image: b2ap3_thumbnail_MTM0MDcxNzg5MDM3ODUzMTUw.jpg]

Image source: readwrite.com 


Updating a mobile app is essential to build trust among users that you are 
willing to improve the overall user experience and fix the app issues that 
arise from time to time. Android developers also pay heed to that matter 
and regularly publish their app updates on Play Store. Google has recently 
brought a welcome change for Android developers by allowing them to use a 
timed publishing approach for updates on the Play Store.


However, Android developers must not mistake time publishing approach for 
scheduled updates. It may appear from Google’s support document 
 
that Android developers can schedule time for publishing updates to their 
apps, but that is certainly not the case. 
What is this timed publishing approach?


With timed publishing, Android developers need not to bear the stress of 
working out when their Android app updates may go live. Android developers 
first need to push the new APK 
 for their apps 
and then wait for a couple of hours, which is the normal time for 
processing. After this, they will get a “Go Live” button, pressing on which 
will make the update available for all users within minutes and at the same 
time.


So, Android developers now have the option to make an update available for 
all users at once, but they still have to press the “Go Live” button. There 
is no option to choose a specific time to schedule the publishing time for 
an update, which may seem from what Google has worded the update in their 
support docs.


Limits of Timed publishing approach 


Both Android developers and users appear rejoicing over the new change, but 
they must note that timed publishing is only meant for updates to an 
existing app in Play Store, and not for publishing a new app. 


However, Android developers also must understand that Google has not 
removed the processing waiting period for app updates, and they can process 
only one change at a time. Besides, they will not be able to revert 
changes, meaning they need to fix all the bugs before making their update 
live for everyone at once. An extra stint would also be needed at Android 
developers end to ensure that all their servers are in sync with each other.
Benefits of timed publishing approach



   - 
   
   Google says that Android app updates will not take more than a few 
   minutes to be available for all users after the processing wait period is 
   over, but it certainly won’t take hours like in the past for the same.
   


   - 
   
   The new change makes it easier for Android developers to make app 
   updates available to users, without worrying about when they may go live as 
   they were previously used to after hitting the publish button.
   

   - 
   
   Android app users also don’t need to wonder when updates would be 
   available to them.
   


   - 
   
   Once an app update is successfully processed, Android app developers can 
   choose to hit the “Go Live” button sometime later to coincide it with a 
   press release, ad campaign or other events pertinent to their apps.
   - 
   
   Read more at: http://goo.gl/mCH1I8
   

-- 
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/43bbc52c-0097-4698-bf48-346404590cc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: SQL statement error

2016-03-31 Thread Damian Serwin
Your SQL syntax is wrong. Don't user asterisk in your query.

Check this:
http://www.w3schools.com/sql/sql_delete.asp

On Monday, 28 March 2016 20:20:08 UTC+2, Elijah Smith wrote:
>
> I have this SQL statement that I want to execute:
>
> db.execSQL("DELETE * FROM " + TABLE_NAME + " WHERE " + DATE_TO_REMIND + "='" 
> + date + "'");
>
>
> Which, if I were running it today, translates to:
>
>
> "DELETE * FROM Vocabulary WHERE dateToReming ='2016/03/28'"
>
>
> This is throwing errors in the logcat though that point to the *, but I 
> can't understand what it is saying is faulty about this statement. Here is 
> the error:
>
> java.lang.RuntimeException: Unable to start activity 
>>> ComponentInfo{nuffsaidm8.me.activeenglish/nuffsaidm8.me.activeenglish.CheckVocabActivity}:
>>>  
>>> android.database.sqlite.SQLiteException: near "*": syntax error (code 1): , 
>>> while compiling: DELETE * FROM Vocabulary WHERE Date_To_Remind='2016/03/28'
>>
>>   
>>>at 
>>> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2416)
>>
>>   
>>>at 
>>> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)
>>
>>   
>>>at android.app.ActivityThread.-wrap11(ActivityThread.java)
>>
>>   
>>>at 
>>> android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
>>
>>   
>>>at android.os.Handler.dispatchMessage(Handler.java:102)
>>
>>   
>>>at android.os.Looper.loop(Looper.java:148)
>>
>>   
>>>at android.app.ActivityThread.main(ActivityThread.java:5417)
>>
>>   
>>>at java.lang.reflect.Method.invoke(Native Method)
>>
>>   
>>>at 
>>> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
>>
>>   
>>>at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
>>
>>   
>>> Caused by: android.database.sqlite.SQLiteException: near "*": syntax 
>>> error (code 1): , while compiling: DELETE * FROM Vocabulary WHERE 
>>> Date_To_Remind='2016/03/28'
>>
>>   
>>>at 
>>> android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native 
>>> Method)
>>
>>   
>>>at 
>>> android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:887)
>>
>>   
>>>at 
>>> android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:498)
>>
>>   
>>>at 
>>> android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
>>
>>   
>>>at 
>>> android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:58)
>>
>>   
>>>at 
>>> android.database.sqlite.SQLiteStatement.(SQLiteStatement.java:31)
>>
>>   
>>>at 
>>> android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1674)
>>
>>   
>>>at 
>>> android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1605)
>>
>>   
>>>at 
>>> nuffsaidm8.me.activeenglish.DBHelper.getWordsToReview(DBHelper.java:77)
>>
>>   
>>>at 
>>> nuffsaidm8.me.activeenglish.CheckVocabActivity.onCreate(CheckVocabActivity.java:55)
>>
>>   
>>>at android.app.Activity.performCreate(Activity.java:6251)
>>
>>   
>>>at 
>>> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)
>>
>>   
>>>at 
>>>