java - Budget app problems -


i want create app main page display current balance , allow go 1 of 2 pages. second page allow enter deposits. third page allow make withdrawals.

i'm having problem code, when click buttons on main page, page opened blank. doing wrong possibly page isn't showing?

also, how can carry data deposit or withdrawal pages on main page show current balance?

i suppose calling new activity fine..

but not adding setcontentview(your layout)... in oncreate() of new activity

that might reason blank screen...


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -