I want to learn how to make android apps so I followed a tutorial series on YouTube and I made a Note App. But I need to add autosave and I don't know how. I searched on YouTube and I tried everything and nothing works.
Here is the Playlist with the tutorials:
https://youtube.com/playlist?list=PLam6bY5NszYN6-a1wt7yRISWfmYPdkbMu
As I said before, I'm new to all of this, but I really want to make this app.
you can use "periodic work request" to auto-save your notes.
you can use this tutorial or other tutorial
enter link description here
Related
I'm trying to make my react native app appear in the share apps list, for example from youtube. How do I do this exactly?
If someone could please guide me on what I have to add to my java files on android, that'd be great, as I have close to no experience with java.
Thanks.
You can use Deep Linking by react-navigation for your application. Related article here.
Please refer to my comment instead.
I am currently working on a project and I want to make different tabs. Like the app flipboard
I am making my app in android studio and I am done with the "home page", but I don't know how to make a new tab.
I also want to make like a sign in page for when people first open the app like facebook.
For lasst I also want it to have google maps in it.
But I don't know how to do that either.
So my question is how do you do that or is there a book / website where you can get all the information about this and android studio in general.
Your question is too broad and I don't think anyone is going to write up the code for you. A simple google search has given me this:
For Facebook login, implement Facebook SDK:
https://developers.facebook.com/docs/android/getting-started
Google Maps:
https://developers.google.com/maps/documentation/android-api/?hl=en
Google's SDKs also support user login, which you could use together with Facebook.
For "creating new tabs", apparently I can't post more than two links in my post since I don't have enough reputation, but google "android how to make new activity".
For the Tabs you can use the Android Action Bar:
Tutorial
For the Map you can use the Google Maps API, its easy to understand ;)
Google Maps
I am using this guide based on SlidingTabLayout . And i think it will help you perfectly .
Ive got my whole game together, using libgdx, working in android studio, and now I'm in the process of putting ads into it. I've done the tutorial here but it doesnt work when youre using libgdx(I cant just follow the steps).
OK, so I managed to get a banner ad to display.
What I did was follow this spanish tutorial, with its accompanying video, but wherever you recognise pieces from the official tutorial i linked in my original question, use the official snippets. basically the part from the spanish/video tutorial that is needed is putting the game into a FragmentActiviy and making a layout file.
I'm trying to implement an Android activity witch shows a list of images of the user's friends that use the same app also (like in Tinder app). I've searched the web for days and everything I found is too old or doesn't seem to work properly (mainly because they are all based on earlier versions of facebook SDK).
Can somebody please attached an explanation, or even better, an open source of example like that.
There's an example in the docs. I wonder how you didn't find that...
See
https://developers.facebook.com/docs/android/scrumptious/show-friends
I know similar questions have been asked before but i think this is slightly different. for about a year Ive been learning Java. I have been building a few applications on the desktop using my-eclipse and swing GUI. Now i want to start programming for the android. I understand how to do what i want in Java but it all seems very different on android. Does anyone know of any good tutorials or videos out there with step by step instructions showing examples of android applications so that i can learn and build off of them? Most of my programs are simple and for the most part i just need to understand how to interact with the interface (IE the buttons, label or text views i think they call them and so on). I've searched all day and I cant find anything good.
I found this quite use full apart from the tutorials from the developers site.
If you are looking for advanced tutorials , you can try here.
for the most part , once you are trying a specific application , a google search could get you a relevant tutorial.
goodluck.
ps. It helps to read dev guide before you begin to write programs for android.
You should have a look at the Android API demos. They include a lot of simple examples which access special problems/tasks.
A more complex 'productive' application is the Android app for the I/O conference. It's Open Source - so you can have a look 'inside'.
the Android developers site has a great dev guide and tutorials to try out. the dev guide can be found here. The tutorials can be found here.
I highly recommend "Android Programming Tutorials" by Mark Murphy - http://commonsware.com/AndTutorials/. I found the step-by-step tutorials to be very helpful, and it does focus on teaching Android development rather than Java.