|
Commented on a post
I think these languages are supported https://techcrunch.com/2017/08/14/googles-voice-typing-tech-adds-support-for-30-more-languages-reaching-further-into-africa-india/ |
February 1, 2018 |
2 |
|
Commented on a post
Go through this doc https://stuff.mit.edu/afs/sipb/project/android/docs/design/patterns/multi-pane-layouts.html |
February 1, 2018 |
2 |
|
Posted an answer
Show menubar which is present at the toolbar only when we are using long press on button or list view item.What you are looking for is Contextual ToolBar. Follow the below article for complete explanation. https://www.androidhive.info/2017/02/android-creating-gmail-like-inbox-using-recyclerview/ |
January 31, 2018 |
5 |
|
Commented on a post
Is the app for tablet devices? |
January 29, 2018 |
2 |
|
Posted an answer
adding V2 recaptcha to android appYou can use SafetyNet reCAPTCHA API from android. Read the docs here and try the provided code sample https://developer.android.com/training/safetynet/recaptcha.html |
January 24, 2018 |
5 |
|
Commented on a post
Okay |
January 3, 2018 |
2 |
|
Commented on a post
Your parser will fail at echo json_encode("Error") as this prints just string, not json. You need to have proper json in error case also. |
January 3, 2018 |
2 |
|
Commented on a post
Looks good 🙂 Pls mark the answer selected or post your working code. |
January 3, 2018 |
2 |
|
Commented on a post
Have you tried it? |
January 3, 2018 |
2 |
|
Commented on a post
What do you mean by web API? REST API? |
January 3, 2018 |
2 |
|
Commented on a post
Check the answer. You should follow similar approach. |
January 2, 2018 |
2 |
|
Posted an answer
How do create below json using php and single mysql database tableIt should be something similar. // get a product from products table $result = mysql_query("SELECT *FROM products WHERE pid = $pid"); if (!empty($result)) { //... |
January 2, 2018 |
5 |
|
Commented on a post
Are you using any PHP framework or just plain PHP? |
January 2, 2018 |
2 |
|
Commented on a post
Which server side language you are good at? |
December 22, 2017 |
2 |
|
Posted an answer
What software to be used to design app login screen?Consider using Sketch App or Adobe XD. Consider photoshop least. |
December 11, 2017 |
5 |
|
Commented on a post
Which article you are talking about? |
December 1, 2017 |
2 |
|
Commented on a post
I am not sure, you need to explore. |
November 28, 2017 |
2 |
|
Commented on a post
Have you tried integrating push notification in any app before? |
November 18, 2017 |
2 |
|
Commented on a post
Any sample code you want to post (used to render the RecyclerView and Cards)? |
November 18, 2017 |
2 |
|
Commented on a post
Are you talking about AdMob banner? |
November 16, 2017 |
2 |