Prashant's repositories
PrashantSBasnet
Config files for my GitHub profile.
SpringBoot_Angular
Perfect First Step as an Introduction to Angular and Full Stack Development
AndroidMobileApp
This repo has the lab works of Developing Mobile App.
Clickable_Images_Android
An app starting with the Basic Activity template that imitates a dessert-ordering app. The user can tap an image to perform an action
database_tbc
Database 2019
Fragments_Android
A Fragment is a self-contained component with its own user interface (UI) and lifecycle that can be reused in different parts of an app's UI. (A Fragment can also be used without a UI, in order to retain values across configuration changes, but this lesson does not cover that usage.)
ML_Maths
ML Foundations: Linear Algebra
Recycler_View_Android
RecyclerView is a subclass of ViewGroup and is a more resource-efficient way to display scrollable lists. Instead of creating a View for each item that may or may not be visible on the screen, RecyclerView creates a limited number of list items and reuses them for visible content.