dennis-sheil / android-spreadsheet

A basic spreadsheet for Android
GNU General Public License v2.0
40 stars 20 forks source link

Write on spreadsheet #4

Open FCh99 opened 4 years ago

FCh99 commented 4 years ago

I can not manage to write on the spreadsheet on any cell with the keyboard, it just does not pop up when clicking the spreadsheet, using the emulator and Android 3.5.3 , is this so? thanks,

achatina commented 4 years ago

It was designed, as I see, on TextViews, not EditTexts. Just fork it and implement what you need for your own porpoises.