Skip to content

Android App that displays the FBI Wanted list using the FBI API

Notifications You must be signed in to change notification settings

Cyanosite/FBI-Wanted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

2023. 10. 21.

FBI WANTED

Main Screen

Main Screen The main screen shows previews of people on the FBI list. Here I used the Glide library to download the images and displayed the images in a ShapeableImageView element. Thanks to this UI element, I could easily customize the outline of the images. The application implements an infinite scrolling function, with the help of which it continuously loads new people as we scroll down (to solve this, I used RecyclerView's onScrolled callback).

Profile view

Profile view In this fragment, the image is displayed in a similar way as on the main screen. We can get more information about the selected person.

Details view

Details view In another fragment of Viewpager, we can get information about a crime committed or a missing person (or similar details); and additional information about the person.

About

Android App that displays the FBI Wanted list using the FBI API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages