@tanaskovicVesna
  • Stars
    star
    14
  • Global Rank 798,133 (Top 28 %)
  • Followers 3
  • Following 3
  • Registered about 8 years ago
  • Most used languages
    Java
    77.8 %
    Kotlin
    22.2 %
  • Location 🇷🇸 Serbia
  • Country Total Rank 937
  • Country Ranking
    Kotlin
    31
    Java
    98

Top repositories

1

WebScraping-GitHubTrendingRepos

Application displays GitHub trending repositories. When user clicks on the repository item from the list, details are shown on the page.
Kotlin
3
star
2

MarvelHeroes-Retrofit

App displays photo and name of marvel heroes at the Grid view. Data are get from the server using Retrofit library and Gson converter for parsing server response.
Java
2
star
3

SweetsApp-MVVM-LiveData

MVVM pattern implemented, using LiveData to observe changes add new data. User adds new sweets item to the RecyclerView list.
Java
2
star
4

CoffeeShop

App starts with splashscreen ,then shows up coffee images on the gridview. By clicking on item, opens certain coffee page where user can order coffee, set amount, check is wants topping or some cookies. Final order and the total price are sent as a message to the email by using implicit intent
Java
2
star
5

NoteApp-RoomWithAView

App enables making notes by using Room persistence library
Java
1
star
6

MVVM-RxJava2

App displays flag and welcome greeting of the country that user picks from the spinner drop down menu. App represents model-view-viewmodel architecture and observer patter by using RxJava2
Java
1
star
7

NavigationPattern-ListDetailFragment

List of items are displayed on the list fragment and by clicking on the item, opens detail fragment with photo and description. If user rotates screen on landscape mode, on the left side is list of items and on the right side of the screen is detail view.
Java
1
star
8

EarthquakeReport

App is an example of getting data from the remote data source performed by AsyncTaskLoader on the background thread. It's list of Earthquakes, each item shows eartquakes magnitude, time and location. Data are fetched by making HTTP request to the Earthquakes API and then by getting JSON response from the server. Clicking on list item, opens another activity that shows google map of eartquake location.
Java
1
star
9

Currency-Converter

Kotlin application that follows MVVM software architectural pattern. User enters value in US dollar and by pressing Convert button displays value in euros. In order to to get a clean code LiveData and Data binding are used.
Kotlin
1
star