Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spirosoik/presentationeestec
This repository shows a few basic things for first taste (UNI undergraduate students)
https://github.com/spirosoik/presentationeestec
Last synced: about 5 hours ago
JSON representation
This repository shows a few basic things for first taste (UNI undergraduate students)
- Host: GitHub
- URL: https://github.com/spirosoik/presentationeestec
- Owner: spirosoik
- Created: 2015-12-08T15:54:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T08:27:08.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T23:41:33.339Z (over 1 year ago)
- Language: Java
- Size: 101 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentation for EESTEC - Part 2
This repository was demonstrated for [Electrical Engineering Students' European Association - EESTEC](https://eestec.net/) at Patra's University. You can find
the presentation [here](http://prezi.com/priswjdtsqj5/?utm_campaign=share&utm_medium=copy&rc=ex0share)The application is a simple client of iTunes REST API.
#### Code includes
- How to use Activities with Fragment
- How to pass data in Activities and Fragments
- How to use ```AsyncTask``` with a REST API (only for learning purposes do not use it, in production :). You know why )
- How to use a ```ListView``` with ```BaseAdapter```
- How to use [Gson](https://github.com/google/gson) for serialization
- How to use [Picasso](http://square.github.io/picasso/) to download and show images