This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://stackoverflow.com/questions/37349845/is-it-possible-to-put-a-constraintlayout-inside-a-scrollview |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| holder.imgBox.setImageDrawable(context.getResources().getDrawable(R.drawable.ic_box_green_two)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://android.jlelse.eu/tablayout-and-viewpager-in-your-android-app-738b8840c38a | |
| https://developer.android.com/reference/com/google/android/material/tabs/TabLayout | |
| https://material.io/develop/android/components/tab-layout/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.senamit.stationaryhutpro.fragments; | |
| import android.content.Context; | |
| import android.os.Bundle; | |
| import android.util.Log; | |
| import android.view.LayoutInflater; | |
| import android.view.View; | |
| import android.view.ViewGroup; | |
| import com.example.senamit.stationaryhutpro.R; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // if the sha1 value will not match with firebase, it will not get the firebase project for u ..so if u r downloading your own project | |
| // from github and its not working from firebase side..just check that sha1 value and package name is same or not. | |
| open android studio | |
| on right side there is gradle, click on that | |
| then your project name(root) | |
| then android | |
| then signing report | |
| in the run tab u will see the complete details of the project. |
NewerOlder