Posts by Rui • 11 points
4 posts
-
-1
votes1
answer472
viewsQ: Read fields in CSV format with C#
Boas, I am currently developing an app (console app) to read data from a file in CSV format using C#. Right now I’m able to run all the fields without any kind of problem and show all the data.…
-
0
votes0
answers419
viewsQ: E/Recyclerview: On Adapter Attached; Skipping layout on time access the main menu
To produce a shopping mall in my application I made a recyclerview in my main menu to demonstrate all the products that are in the database. I am trying to connect the field known as "Category" to…
-
1
votes0
answers70
viewsQ: addView(View, Layoutparams) is not supported in Adapterview when accessing "Home" activity
I am developing a shopping cart for Android using Firebase and I am having problems using Recycleview since the activity is crashing after user login, producing the following error. Log 05-24…
-
0
votes1
answer110
viewsQ: "android.view.Inflateexception: Binary XM file line" when changing activity
I am currently developing an app for Android and I have a problem that ends up making my program stop working from the moment I press the button "Signin". The App has no problem at the time of…