Skip to content

kunalcodes/Files_By_Google_Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

Explorer (Files by Google clone)

Explorer is a file management application that allows users to explore, preview and share their files.

GitHub Cards Preview

Features ✨

  • Find files faster
  • Categorized folders for same file types
  • Preview/ play media files
  • File sharing

Get it on playstore:

Tech Stack ✨

  • GitHub
  • Kotlin
  • Android Studio
  • Dexter library

Clone this Repo To Your System Using Android Studio✨

  • Step 1: Copy the project url from this repository as shown below.

    GitHub Cards Preview

  • Step 2: Open your Android Studio then go to the File > New > Project from Version Control.

    GitHub Cards Preview

  • Step 3: After clicking on the Project from Version Control a pop-up screen will arise. In the Version control choose Git from the drop-down menu.

    GitHub Cards Preview

  • Step 4: Then at last paste the link in the URL and choose your Directory. Click on the Clone button and you are done.

    GitHub Cards Preview

Clone this Repo To Your System Using GitBash✨

  • Open Git Bash

  • If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.

  • Go to the current directory where you want the cloned directory to be added.

  • To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.

  • Go to the page of the repository that you want to clone

  • Click on “Clone or download” and copy the URL.

  • Use the git clone command along with the copied URL from earlier. $ git clone https://github.com/kunalcodes/Files_By_Google_Clone.git

  • Press Enter. $ git clone https://github.com/kunalcodes/Files_By_Google_Clone.git Cloning into Git … remote: Counting objects: 13, done. remote: Compressing objects: 100% (13/13), done. remove: Total 13 (delta 1), reused 0 (delta 1) Unpacking objects: 100% (13/13), done.

Congratulations, you have created your first local clone from your remote Github repository.

Open Android Studio. Go to File > New > Project From Version Control. Copy the link of this repositary. Paste the link in Url Box of Android Studio window and click on "Clone" button.

Dependencies

implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'androidx.appcompat:appcompat:1.3.1'

// simple runtime permissions
implementation 'com.karumi:dexter:6.2.3'

🔗Links to resources and Open-Source Libraries