Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,918 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi team, im creting a Xamarin.Forms app using Firebase as a Database, it was working well, but when i incorporated the hamburguer menu/side menu now it throws me a Firebase exception that im not quite sure on how fix it, can you guys please help?
Here is the exception
Firebase.Database.FirebaseException: 'Exception occured while processing the request.
Url: https://matriculaapp-598b6.firebaseio.com/Estudiantes/.json
Request Data:
Response: '
If you need a demo you can find it here
The google one ? can you explain me a bit more how to solve it please?
Regards
I do not know which code is wrong you have to find the code which cause the error.
you can ctrl+k,ctrl+c the possible code and find out which code cause the error.
Hi, i did that already and i wasn' able to find anything, that's why i opened this, can you check the demo ?
Regards
Hi @NeidennX ,What do you mean by words
but when i incorporated the hamburguer menu/side menu
? Can you explain it in detail?Hi, so basically the app is pretty simple and its was working fine, but i wanted to add more features and decided to add a Menu to handle the different options to redirect to new screens within the app, but when i added the app started crashing and now it gaves me this error and im not quite sure how to solve it.
I tried using this TUTORIAL obviously modifying it in order to make it work for my app, but still no results, yo can find a demo of the app HERE
Hamburger Menu/Side Menu is something like this
Regards
Hi @NeidennX ,I tested your demo , but I couldn't reproduce this problem. Could you please share your detailed steps?
Hi @JessieZhang-MSFT so what i do is,
1: Open the Project
2: Clean And Rebuild the Solution
3: Then Start the Application and wait for like 5 mins or more, the android emulator screen should show the app home screen but instead it shows the mentioned error, you want me to record a video maybe ?
Regards
Hi @NeidennX ,I did a test accordding to the steps you provided, but the app still run nornally which showed the home screen for about 8 minutes.
Hi @JessieZhang-MSFT I think the demo on the link was outdated, since the app should look like the image below, plase check the updated demo over HERE,
Here is a video of the issue as well
Here is a video of the issue as well
Regards
Sorry so late to repy,I will check it myself and come back asap.
Hi, NeidennX-8393. For the hamburguer menu, try using
Xamarin.Forms.Shell
as the application template.Shell
provide the fundamental features and reduces the complexity of mobile application development.Check the doc:
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell/introduction
Hi @JarvanZhang Good recommendation, ill take that for a future project sadly due to time im not able to change the project structure :(
I'm sorry to reply you so late because of illness. I tested your latest demo, but I still couldn't reproduce this problem.
After more than ten minutes, the app still works normally.
HI @JessieZhang-MSFT So sorry to hear that, hope you're getting well, ok is weird but try deleting all the versions you have of the demo from your PC, then download it again and extract it to a different folder, that should do the trick, and let me know if you're able to reproduce the issue.
Regards
It is a pity that the problem has not been repeated. What device did you test it on?
I tested on my emulator (pixel 2 Orel 8.1).
Hi @JessieZhang-MSFT This are the specs that im using on my device as of now
I'm really sorry. According to the information you provided, I still can't reproduce it. Have you tested on other devices?
Hi @JessieZhang-MSFT Happy Holidays first of all !!, i changed the device and its working good so far ! so the issue on this was the Device, Thanks ! i have another issue but i will open a different Question for it!
Thanks !!
Congrats. Thanks for your support for xamarin.
Sign in to comment
Activity