[C#] Developing DataGridView (Excel style) - Android Q&A, Help & Troubleshooting

hi I am new in programming for android but I have experience with .NET programming so I would like to use Xamarin.
I am trying to find some example of DataGridView (something like Excel table). Fixed header and ability to move data horizontally and vertically.
I am googleing few days and I found just java code or just ListView not like table grid.
I am realy new in it. I am working on my first app for android but I am able to use some working code in my app but I am not able to create my own DataGridView.
So if somebody know some opensource project with DataGridView (like Excel table) written in C# for android let my please know.
Thank you

Related

[Q] Implementing a Windows 8 style progress ring animation in Android

Hello everyone,
I've been searching for some more info on the new spinner/preloader animation in the new Windows 8 UI, and I was hoping I might be able to find someone here that might be able to assist me. My first preference is that I would like to add it as a part of my theme chooser theme via the T-Mobile Theme Engine for cm-10.1 or similar Android 4.2 AOSP-based ROMs. I'm thinking that this may not be possible, and if not I would still like to add it to my ROMs that I compile from source (currently I've been using PAC-man as my source, which is a hybrid of cm-10.1, AOKP jb-mr1, and PA 3.1+) . I'm not sure exactly where the file resources for it are located on the Win8 OS, however I *think* it might be in C:\Windows\System32\Windows.UI.Xaml.dll. I did find these guides on the Microsoft Dev Center site, though:
Quickstart: adding progress controls (Windows Store apps using JavaScript and HTML)
How to style progress controls (Windows Store apps using JavaScript and HTML)
which refers to the animation I'm looking for as an Indeterminate Progress Ring. I also found some additional info in the API reference here:
ProgressRing class
ProgressRing constructor
Progress element | Progress object
Here's a crude animated gif of the progress ring animation to give you an idea of what I'm referring to (it's white with a transparent background so you can't see it if I embed it directly here):
http://imgur.com/uOcWPjy
And here's a pretty close representation of it coded in CSS3:
http://codepen.io/jameswyse/pen/uisvk
(note: the animation at that link displays fine when I'm on my Windows partition, but doesn't seem to display correctly with either Firefox or Chrome/Chromium on my Linux partition)
So I guess my question is, how might I be able to incorporate that animation into my ROM to replace the default Activity Circle animation (or spinner animation)? I would assume that it would be better to implement it through java rather than trying to implement it using a gif or a frame animation that would require adding 103 additional images to the source files just for this animation. However, I would consider myself a total n00b when it comes to coding in java for Android. I can kang some code together or modify bits and pieces of existing code without too much trouble, but I've never tried to write anything from scratch.
Any help would be much appreciated. Thanks.

User defined font in Android application project

Hi All,
I am new to the forum and Android development, and currently at University with a project in developing an Android app.
My app is designed for kids with Dyslexia and I was hoping to give the user the option to select a font on startup, with one of the fonts being the open source Open Dyslexic font.
I was hoping to gauge some feedback if it would be possible to import this OTF format font into a android project as a resource, and being able to use the selected font for the whole of the activity screens ?
Thanks, Bru

[Q] Need help for creating NavBar Replacement

I wish to create a NavBar replacement sort of like a floater and need pointers on where to start......
Sort of like Pie Controls and a Toucher combined in some sort of idea I'm having.
I want to know where and how I can start.....
I think maybe I'll need xposed and standout libraries.
But just some pointers in general on where to start coding from and how to do it
coz I believe this project will need root capabilities and I have only developed a basic textbox and spinner database projects uptil now.

[Q] Working with navigation drawers, android development

Hello
So, I'm a complete N00b on android development and java and want to work with a Navigation Drawer.
I'm using the template, yet I don't know where to define if an item (button, text field, anything) should be in tab 1 or tab 2, main activity's xml places it in both of the tabs.
I'm using android studio.
If there's anything you wanna know, just ask it.
Luke

Coding tutorial to learn Android specific features? (swipes, gestures, etc)

I have done some basic Android dev by creating a simple app that is basically like a website.
Enter some data on a "form", button does some logic based on the form data, and displays output in a ListView or RecyclerView.
This is basically a "website" that happens to be implemented as an Android app.
I would like to do a tutorial that showcases mobile specific features like touch screen, accelerator, etc.
Anyone have any ideas?
Also, is this the right forum to ask coding specific questions?

Categories

Resources