Android Question Loading Layout to Panel, ScrollView and HorizontalScrollView book library

ibra939

Active Member
Licensed User
Longtime User
I make research for making app book library there is some tips to understanding :
1. can make design 5 to 10 panel like silde to move and control .
2. database for the book saving ID , Name , picture , author , download , cont viewer .
3. categories add , edit , delete . (Cpanel )
4.books add , edit , delete . (Cpanel )

I need to understand how will be auto read data like book information like ID , Name , picture , author , download , cont viewer . also can read book or download it .

as i attched the picture .

if any have best idea and can share it to understand the logic will be grateful .

 

Attachments

  • panel.PNG
    panel.PNG
    87.4 KB · Views: 86

ibra939

Active Member
Licensed User
Longtime User
any one assets
 
Upvote 0

Brian Dean

Well-Known Member
Licensed User
Longtime User
Maybe you are asking too many questions in a single post - your questions are not clear to me.

1. can make design 5 to 10 panel like silde to move and control .
You need only three panels to organise an infinite swipe left/right display of information. Do you need a demo?

2. database for the book saving ID , Name , picture , author , download , cont viewer .
Is there a question here? Have you already built the database?

I need to understand how will be auto read data like book information
What do you mean by "auto read"? How is this different from simply "read"? Where is the data to be read from?

also can read book or download it .
Are you building an app that will connect with a website? Is the book information database also on the website?
 
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
Maybe you are asking too many questions in a single post - your questions are not clear to me.

You need only three panels to organise an infinite swipe left/right display of information. Do you need a demo?
i need demo to understand how retrive photo or text or link , how to add , edit , delete , how to manage categories also download file .

Is there a question here? Have you already built the database?
database ready bulid . database for the book saving ID , Name , picture , author , download , cont viewer .

What do you mean by "auto read"? How is this different from simply "read"? Where is the data to be read from?
auto ready if i have 50 books with photo and link , the Scroll veiw slider can load all books if same categories

Are you building an app that will connect with a website? Is the book information database also on the website?
i have php website and mysql
 
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
Why You Don't Use SupaBase As Backend?
I want the demo that can upgrade to my project , as if SupaBaseas backend very good and fast tell me the way how to start
 
Upvote 0

AmirPYTHON

Member
I want the demo that can upgrade to my project , as if SupaBaseas backend very good and fast tell me the way how to start

See This

 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Like @Brian Dean said, you are asking too many questions.

You are stucked on how to proceed and you feel worried.

Stay Calm.

You can't start programming when you are not clear what you need to do.

Knowing SDLC may help you on this.

You need to do analysis of the requirements and plan your strategies.

Break the big problem into small parts.
Work from one part then move on to the other parts.

Always try to start small and simple.
Use whatever you have now.

I suggest you break the problem into 2 parts.
1. Backend/Server
2. Frontend/Client
 
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
See This

Thanks for your assistance will start to understand the solution
 
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
Like @Brian Dean said, you are asking too many questions.

You are stucked on how to proceed and you feel worried.

Stay Calm.

You can't start programming when you are not clear what you need to do.

Knowing SDLC may help you on this.

You need to do analysis of the requirements and plan your strategies.

Break the big problem into small parts.
Work from one part then move on to the other parts.

Always try to start small and simple.
Use whatever you have now.

I suggest you break the problem into 2 parts.
1. Backend/Server
2. Frontend/Client
Like @Brian Dean said, you are asking too many questions.

You are stucked on how to proceed and you feel worried.

Stay Calm.

You can't start programming when you are not clear what you need to do.

Knowing SDLC may help you on this.

You need to do analysis of the requirements and plan your strategies.

Break the big problem into small parts.
Work from one part then move on to the other parts.

Always try to start small and simple.
Use whatever you have now.

I suggest you break the problem into 2 parts.
1. Backend/Server
2. Frontend/Client
Thanks aeric will do like you said
 
Upvote 0
Top