i want to display some images (changes frequently) as ads in my own app by using coding in app (without registering in Admob sites etc…)is this possible?
Actually, i don’t have knowledge in coding, but i want to develop one app with the help of any android developer
Related
Can you advise whether there is any way to get the dynamic, visual content from the website in the Android mobile app?
To explain it better – this is what we offer to the customers on computer & mobile device (any of those 2 visual, interactive toursis placed on the website through iframe):
https://itoma.co.uk/our-online-virtual-tours/
Instead of a browser on the mobile - we want to give our customers the same experience in Android app (with extra functionality already there) e.g. imagine this app with this added feature instead of pictures of a building.
Any ideas on how to deliver it please on Android?
Any apps that you'd know that already achieved that so we could check it out please?
i have just started to develop a basic app, and have integrated an SDK for online chat, using which customers could chat with customer support.
I want implement if someone want to share screen shot, it should be done without going into gallelry just like android native shows default apps for sharing like whatsapp,facebook, my app also could be reflected there.
Is it possible??
What I want is to ask user to view 5 video ads , based on that they will get point ,
When required point is accumalated they will be able to view next activity in and android app,.
My abs is non gaming app.
Is it allow to integrated in non gaming platform.
Reward Videos are made to give user some extra coin, tokens, points, unlock stage. This is regarding the game. Kudos.
This is not limited to the game actually. You can use it in regular app also. Developer use it for deliver some digital good like doc, pdf, ppts. Some quiz app use it for unlocking next level/exam/paper.
Conclusion : you can surely use that in non game apps.
Link of Documentation.
It's my first posting on here (although I've been using this site for reference for quite some time).
I've been trying for several days now to find or dream up a way to use Facebook's "Single Sign On" from within a mobile web app (not a native iOS or Android app) to automatically sign a user into a web app if they are already logged into Facebook from the native Facebook app on their mobile device for example.
My limited knowledge is telling me that it can't be done since the mobile browser and the 'system' (iOS for example) are too separated (I can't, I don't think, have my mobile web app use or access the native Facebook app on a mobile device in any way).
I have found and read the iOS, Android AND Mobile documentation provided by Facebook (https://developers.facebook.com/docs/guides/mobile/) which all seems to make enough sense, but after days of trawling through everything else I could find on the subject there doesn't seem to be a way to use, for example, the Facebook app on an iPhone or Android device to automatically log a user in to my web app if he/she is already logged into Facebook.
I've read lots about doing this from within 3rd party native apps and also other people trying to achieve a similar thing from within Desktop apps but I'm trying and hoping to be able to achieve this from a web app running within a mobile web browser.
I'd be very grateful for any help, opinions or pointers in the right direction since I think this would be an excellent step forward in UI for mobile web apps to have (not just the native apps).
Many thanks in advance...
Probably a bit late to the party but in case anyone else is wondering yes it's possible with Cordova/Phonegap and the Facebook Connect Plugin: https://github.com/davejohnson/phonegap-plugin-facebook-connect/
Using the FB.getLoginStatus() method at startup allows to check if the user is already signed in with the native Facebook App and retrieve its profile. More details in the examples provided in the repo.
I have not yet implemented it myself, but seems possible according to:
http://developers.facebook.com/docs/mobile/web/build/#login
I have a mobile app working for iOS and Android, that I want to display in the facebook app center. Much more important: I want to promote the app for both systems via mobile ads. Facebook told me, that I have to create two different apps in the developers center, because for promoting Facebook can't recognize, which system should be promoted. But if I create two apps, two apps will displayed in the app center, isn't it correct? Which means, if I create one app in the developers center with all information to both systems, mobile ads won't work? The app is working with Facebook login on both systems.
Thanks for helping!
It is not Necessary to create a two apps in facebook for Android and iOS you can you use one API ID for both, But you need to provide necessary inputs for individual platforms. "https://developers.facebook.com/"
For iOS
Bundle ID:
iPhone App storeID:
iPad App storeID:
For Android
keyhashes:
To create keyhashes for android refer http://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/