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
Related
Hello everyone,
I can see many custom icon sets out here, but after some downloads, I realised I would like to create my own icon set, to satisfy my creative needs
The question is: Is there somewhere any kind of application (on PC or PPC) that enables you to replace stock icons on their respected locatons
I'll make myself more clear... Let's say I would like to change my Start menu icons (folders, apps,...) I do know that you can do this with some apps already available on the WM 6.5 platform, but only individually. What I'm searching for, is an app that manages to replace the icons with my own, importing (replacing) them on their locations (for example it will find the icon "Comm Manager" under Start Menu>Settings>Connections>Comm Manager.lnk) In this approach you could make one personalized icon set and use it repeatedly even after a new ROM arrives all in one sweep.
I understand that all aplications are packed in .cab files. So perhaps there is one desktop app, that manages to link my .png/.ico files to the appropriate files, converts that to a .cab and after copying to the storage, that cab after execution would replace/overwrite all the icons.
Hope it's understandable. Sorry, english is not my native language.
If this was asked/commented before, I apologise for bringing that up again...
See you all
there is nothing to do exactly what you want.
however, if you use jwmd and change them 1 by 1, you can save as a "theme" and then import it after you flash a new rom and get the same icons back.
jsmccabe78 said:
there is nothing to do exactly what you want.
however, if you use jwmd and change them 1 by 1, you can save as a "theme" and then import it after you flash a new rom and get the same icons back.
Click to expand...
Click to collapse
Great app, this will do, thanks! Downloading now, will try it out
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
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
There is a beautiful opensource software to maintain your 2FA passwords, I would like to ask to help me in porting it on our watches, it will be really great to have access to 2fa world from our watches (mips architecture i believe). Your thoughts, help, comments are appreciated
h__ps://freeotp.github.io/the link for this software
Try to change theme of application in manifest to @ANDROID:style/Theme.NoTitleBar.Fullscreen and replace button for adding datas from action bar to main layout. Very simple
Hello XDA Forum.
Im about as novice as it gets with coding/scripting/application development so I'm looking for some help with a phone application I want to develop.
First, any tips on a free/cheap program to get started using? I dont need anything flashy. Just a good starting point.
Then, does anyone have an example program/script outline, advice or tips that get me to close to this desired outcome:
I want to generate an image, based on a given set of icons/images/text. It would incorporate individual pieces into a final product image.
I want to do this by allowing a user to select options, and those options should reference the corresponding image/icon/text.
Preferably I would use buttons or a drop-down menu or spinner per category of options since there would be a lot of options to choose from. Basically, a giant wall of option checkboxes would be overwhelming.
Any help is greatly appreciated!
Free-of-charge apps are Android Studio, MIT, Sketchware et.al:
GIYF
jwoegerbauer said:
Free-of-charge apps are Android Studio, MIT, Sketchware et.al:
GIYF
Click to expand...
Click to collapse
I looked into the MIT app, and it seems like I can make this happen with it, but the Block builder section was overwhelming for me lol
I feel like I need to have a list of the applicable images, which populate to a new list based on user selections, then they all populate to a results screen, but I'm too novice to figure it out.