Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video.
Start a free Basic trial
to watch this video
You have reached the end! Congratulations on completing another Android app! Where can you go from here?
Extra Project Ideas
- Add Location! I wrote a blog post to help you add location to this app. Check these links for some helpful resources:
Change the UI! See if you can make the UI completely your own! Change things around and try some animations.
Play with APIs! Here are some popular free APIs to try out. See if you can create simple apps to consume them as well!
Further Reading
- What Employers Are Looking for in a Junior Android Dev - Some advice on getting a job as a junior Android developer
-
0:00
Congratulations.
-
0:01
You've completed another android app.
-
0:04
You should be super proud of the work you've put into this app and
-
0:07
just think of all the important concepts we've learned.
-
0:10
We started off with a look at APIs and the concept of black boxes in development.
-
0:15
We talked about concurrency and
-
0:17
how asynchronous processing can keep our apps responsive.
-
0:21
Next, we learned about some of the things we need to think about
-
0:24
when interacting with the Internet, and how to make a proper network call.
-
0:28
We also learned about the very popular and
-
0:30
useful way to transfer data between services, JSON.
-
0:35
We even got some additional practice with a model view controller design pattern.
-
0:39
Further, we explored and started learning about the Android Data Binding Library.
-
0:45
Great work.
-
0:47
There's a lot going on behind the scenes in this app and
-
0:49
hopefully, you're encouraged to expand on it.
-
0:52
Right now, it's still pretty basic, leaving lots of room for
-
0:55
experimentation on your end.
-
0:57
We intentionally hard-coded the location because we wanted to focus on networking,
-
1:02
but that doesn't mean you couldn't try to implement location awareness yourself.
-
1:08
I've included some links in the teacher's notes, which can help you get started.
-
1:13
We've also left several hard-coded bits of text in our app,
-
1:16
converting these over to string resources, would be a great step.
-
1:20
Perhaps, even adding some internationalization as well.
-
1:25
After all, once your app gets into the Google Play Store,
-
1:28
you'll likely have users that don't read English.
-
1:32
You now have the power to request data from any API over the web.
-
1:35
There are several popular APIs available.
-
1:39
Check them out in the teacher's notes and
-
1:41
see if you can create an app that consume them as well.
-
1:44
Whatever you do, let us know in the Treehouse community or reach out to me on
-
1:48
Twitter about your project, and what you've built so we can check it out.
-
1:52
As always, pop into the community with questions, or
-
1:55
better yet, you help others who might have questions along their journey.
-
2:01
One last thing before we go.
-
2:03
We're not completely finished with Stormy just yet.
-
2:05
So don't delete it from your computer or take it down from GitHub.
-
2:09
We'll build upon this same project in another course.
-
2:12
Until then, good luck and happy coding.
You need to sign up for Treehouse in order to download course files.
Sign up