I have searched a lot regarding In App search in android, What i ended up http://developer.android.com/training/app-indexing/index.html
https://developers.google.com/app-indexing/
and few application on Play store like Andro search. But what I am looking for is precise search in internal application installed on my phone. Say, there is linkedIn, some News app, or any image editor app, or dropbox then the search should be able to fetch the result from inside these apps.
Any help would be much appreciated.
Maybe it might be useful to search for the application you want from Google. Google also shows the applications on the phone.
I'm in the same quest? Looks like Android don't have anymore this feature, I can't find this feature on the new released Android 10. Only the Samsung Galaxy seems to have this feature in the world of Androids, this is very sad.
Related
I am considering starting to learn PWA as a mean to lunch a product to mobile devices. I know the current abilities of PWA but the concern about the UX and the feeling of the user.
as much as I check online and try to download different sites it all looks wrong.
the notification icon all have Chrome icon on them and look cheap and bizzar (android)
the installed app logo have Chrome icon on the side
Somehow it is possible apparently to download from the google play store but not the app store. didn't figure it out yet.It is called TWA. couldnt find a bottom line yet in that metter.
the installation is from the browser and is very new and weird for users
are there any more differences I missed?
is there a workaround for some of that stuff?
thanks for the help. Somehow I couldn't find this comparison online, which is undoubtedly a no go for developing a new project in PWA
Is there a website to upload an Android app so that others may view?
This is for a class and the professor thought there may be some online emulators. The ones I found searching weren't really doing what I want to do.
I just want to upload the app so that the professor can use it to check it's working.
You can test the https://appetize.io/ for this, the purpose is to testing native apps.
Is there any way to display the WebView(Payment gateway page in particular) in android wear? I have done some investigations and wear doesn't seem to support it as of now.
link1
link2
According to answers in the above link, I need to load the WebView in phone and send the rendered image to the Watch. But user won't be able to enter anything in webview input filelds. Is there anyway to achieve this? Thanks in advance.
No, it is not possible.
As specified here by Google, the android.webkit API isn't supported in Android Wear.
Moreover, what you're trying to achieve seems wrong. There is no way a user will ever manage or want to enter its credit card (or other) credentials from a smartwatch. Remember that there is no (official) keyboard on Android Wear ! The only inputs are gestures and voice.
Google probably discarded the webkit API to avoid seeing such things in Wear apps ;)
You can actually reach that goal! Not sure on what was the strategy used but there's a fully working browser on Android Wear https://play.google.com/store/apps/details?id=com.appfour.wearbrowser
You can do by following below link. I have done,It is working for me.
https://crosswalk-project.org/documentation/android/embedding_crosswalk_rvw.html
I would like to include a menu item in my Android app (built using Cordova/PhoneGap) that provides users with the ability to invite their friends to download the app from Google Play.
Does anyone know of an existing solution for this? I have not had much luck finding one.
On BlackBerry10, this is extremely easy to do (literally 1 line of code). It leverages the OS and BBM to share the download URL of your app with your closest friends:
blackberry.bbm.platform.users.inviteToDownload();
link
Please tell me something similar like this exists for Android (iOS?) ? Thank you.
I use this plugin and works perfectly: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
It's a sharing plugin that allows a lot of configuration options. You could configure it so users share a link to your app on Google Play. The documentation explains how to set everything up.
I am planing to build an android app, which will have user posted content and comment on that content. I want to use a ready made solution for the comments, which is also viral.
For example, using Facebook comments for website can do the job. But I am not able to locate such a plugin for Android (java) app.
Is there a way I can do it easily? or should I build my app using phone gap or something like that and use fb comments widget.
Will there be any problem in approval if the app is in phone gap?
Thanks in advance!
#happyhardik This might be just what you're looking for: Socialize. http://www.GetSocialize.com. SDKs for both iOS and Android. Integration with Facebook (and soon Twitter). Let me know if it's what you wanted!