• 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

More Repositories

1

Amazing-Developers-On-YouTube

[Amazing Developers Of YouTube](#amazing-developers-of-youtube)
7
star
2

Fragment-with-Recyclerview-

Fragment with Recyclerview Simpe Example
Java
5
star
3

40-tools-for-developers

40 + tools for developers
2
star
4

java-SE-course-

Java SE Course Description
Java
1
star
5

laravel-rest-api

Laravel rest api tutorials
PHP
1
star
6

AndroidsqlLiteDbLoginSystem

Java
1
star
7

videoBlog

free video blog Using php, mysql
CSS
1
star
8

next-react-typescript-boilerplate

Layout Templating Scss Typescript Redux Add Express Server Local and live Environment file added SEO tag, OG, Meta tag added Test example code (Enzyme, jest, ReactUI)
TypeScript
1
star
9

BasicGridAudio

vd fv
Java
1
star
10

Shared-preferences

If you don't need to store a lot of data and it doesn't require structure, you should use SharedPreferences. The SharedPreferences APIs allow you to read and write persistent key-value pairs of primitive data types: booleans, floats, ints, longs, and strings. The key-value pairs are written to XML files that persist across user sessions, even if your app is killed. You can manually specify a name for the file or use per-activity files to save your data.
Java
1
star
11

InnerClassDemo

In Java, just like methods, variables of a class too can have another class as its member. Writing a class within another is allowed in Java. The class written within is called the nested class, and the class that holds the inner class is called the outer class. Syntax. Following is the syntax to write a nested class.
Java
1
star