I'm starting to dev under Xamarin Android. I've ended my first app that works on a Galaxy Note 3, on a Mediacom Phone Pad x500 and on a small and cheap tablet. I've tested the same app over a Nexus S and I have these issues:
- the background causes an error during debug (and so results invisible)
Bitmap too large to be uploaded into a texture (1623x2882, max=2048x2048)
but my background is 1920x1080 (probably is a dp problem) I'd the same problem with Samsung Note 3 but the creation of the drawable-nodpi folder has resolved the problem.
- The second problem is that I've created the alternative layout but when I run my app always show the original view. There is a tutorial to learn the alternative layout system? Thanks a lot.
0 comments:
Post a Comment