[Solved] xml – How to convert Windows Phone 8.1 layout to Android? [closed]

I want 2nd row to take space according to its items inside it and rest of space should be given to first row. In that case it is down to the children to decide how much space they take as the grid view just defines the overall container for all items <GridLayout android:id=”@+id/the_grid” android:rowCount=”2″ android:columnCount=”2″ … Read more

[Solved] how to copy numbers from camera lenses and put this copy in another app?

Optical Character Recognition can be done through Windows Phone using the Microsoft OCR Library for Windows Runtime: http://blogs.windows.com/buildingapps/2014/09/18/microsoft-ocr-library-for-windows-runtime/. Here’s a sample application which demonstrates how to use the library: https://code.msdn.microsoft.com/Uses-the-OCR-Library-to-2a9f5bf4 solved how to copy numbers from camera lenses and put this copy in another app?