Mahadi Hasan (@codermahadi)
  • Stars
    star
    28
  • Global Rank 516,980 (Top 18 %)
  • Followers 52
  • Following 57
  • Registered about 7 years ago
  • Most used languages
    Java
    70.0 %
    PHP
    10.0 %
    TypeScript
    10.0 %
    CSS
    10.0 %
  • Location 🇧🇩 Bangladesh
  • Country Total Rank 2,192
  • Country Ranking
    Java
    372
    TypeScript
    1,214
    CSS
    1,529
    PHP
    2,836

Top 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

contactManagmentSystemAndroidApp

Java
1
star
6

laravel-rest-api

Laravel rest api tutorials
PHP
1
star
7

AndroidsqlLiteDbLoginSystem

Java
1
star
8

videoBlog

free video blog Using php, mysql
CSS
1
star
9

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
10

BasicGridAudio

vd fv
Java
1
star
11

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
12

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