• Stars
    star
    1
  • Language
    Java
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Popular Movies Stage 2

More Repositories

1

NavigationDrawerDemoFinal

Demonstration of NavigationDrawer
Java
3
star
2

Flutter_Demo

This is first basic flutter demo project which demonstrates the basic UI screen using MaterialApp and Scaffold widget .
Dart
2
star
3

SQLiteDatabaseDemo

This project demonstrates how to use the onUpgrade() method effectively.Better way to use Alter Table instead of using drop table in onUpgrade method.
Java
2
star
4

ImplicitIntentDemo

This project demonstarte the use of implicit intent in android.
Java
2
star
5

FitnessApp

MVVM ,ViewPager2,TabLayout
Kotlin
2
star
6

ListViewWithViewholder

This project demonstrates the customization of list view using view-holder pattern inside BaseAdapter.While this sounds complex this is approximately 15 % faster than using the findViewById() method.
Java
2
star
7

RecyclerView

Demonstration of RecyclerView and CardView.
Java
1
star
8

FragmentDemo

This Project demonstrates how to add ,replace fragments in android.
Java
1
star
9

RecyclerViewWithCheckBoxes

1
star
10

APIRequestDemo_ResourceManagement

This Project demonstrates the use of API for implementing Login and registration screen by using the API of project ResourceManagement.It includes the use of AsyncTAsk,JSON and HttpURLConnection for hitting the API.
Java
1
star
11

TabsWithSwipes

Adding Tabs with swipes
Java
1
star
12

JetpackTipApp

Demonstration of Tip App using JetPack Compose
Kotlin
1
star
13

sandwich-club-starter-code-master

Sandwich-Club Application- Project 1
Java
1
star
14

LayoutManagers

This project demonstrates the use of Layout managers in android
Java
1
star
15

MVVMLoginScreenDemo

MVVM + Two way Data Binding + Login Validation in View Model
Kotlin
1
star
16

AlertDialogDemo

This project demonstrates the use of AlertDialog in android.Android AlertDialog can be used to display the dialog message with OK and Cancel buttons. It can be used to interrupt and ask the user about his/her choice to continue or discontinue.
Java
1
star
17

LocationUpdateProject

Google Map Location based project
Java
1
star
18

PopupMenu

This Project demonstrates the use of Popup Menu .
Java
1
star
19

ContextMenuDemo

This project demonstates how to create Context menu(Floating Menu) on long clicking a list view item.
Java
1
star
20

DependencyInjectionWithKoinDemo

This project demonstrates the use of Koin which is a dependency injection framework used with kotlin.
Kotlin
1
star
21

NavigationDrawerDemo

This project demonstrates the implementation of Navigation Drawer in android.
Java
1
star
22

SpinnerKeyValue

This Project demonstrates how we can populate a spinner using an ArrayList where each item of ArrayList is an object containing id and city name.We want City name to be displayed in the spinnner but id should be fetched when user click on the selected item.
1
star
23

CustomisedListViewWithCheckBoxes

Here i have an activity containing listview(containing checkBoxes and name) and a submit button.On clicking submit button ,the name corresponding to the checked checkboxes will be displayed.
Java
1
star
24

AlarmManagerDemo

Demonstration of AlarmManager.The AlarmManager class lets you launch and repeat a PendingIntent at a specified time, or after a specified interval.
Java
1
star
25

RoomDemo

This project demonstrates the use of one of the Architectural compenent i.e. Room library that acts as an abstract layer for SQLite database.
Java
1
star
26

DateTimePickerDemo

Android provide ready-to-use dialogs called pickers for picking a time or date.In this project ,i have added TimePicker and DatePicker using DialogFragment.DialogFragment displays a dialog window floating on top of its activity's window.Here i have added a fragment for each picker dialog and used DialogFragment to manage dialog life cycle.
Java
1
star