Nowadays, development is very eased from community.
We can easily re-use our code between different platforms in so many ways, gaining time, money and above all... today have multiple skills is not so as useful as before.
By the way, I recently had necessity to bring some java code to .NET runtimes.
No difficulties with IKVM.NET !
If you follow these steps you can convert from JAR to DLL or even from Runnable JAR to EXE!
This devblog borns as a container for projects, ideas and anything I can think or do in my spare time ... Here you will not find my pictures or photos of my dog, but snippets of Java, C#, C++, T-SQL, HTML, javacript and who so forth ...
Showing posts with label windows phone. Show all posts
Showing posts with label windows phone. Show all posts
Monday, July 1, 2013
Convert from jar to dll
Labels:
.net,
c#,
code,
convert dll,
dll,
from jar to dll,
ikvm,
jar,
jar to dll,
java,
java to c#,
jvm,
mono,
port,
runtimes,
windows phone
Tuesday, April 23, 2013
15 reasons why Windows Phone 8 sucks for me ( as consumer )
- Facebook app really fucking sucks! Notification messages doesn’t work!
- Integrated Facebook chat is the same...
- Twitter, is the same… nicer than Facebook but same notifications problem.
- No dropbox app (but Skydrive is awesome!)
- No Instagram app, is there any free alternative?
- Native Youtube is missing ☹
- There’s no alternative browser or search engine to bing
- Whatsapp app is maybe the nicest app I downloaded
- Sometimes network goes offline and there’s no way to get it back
- Saving photos directly to SD card is very slow, it may takes about 10 seconds per photo
- Saving a recorded video to SD card is completely buggy with video lags and audio strutterings.
- There’s a folder called “Others” that is always full of something that fill internal memory. I can’t delete its content and I must delete some applications because memory is full and phone doesn’t work properly.
- Bluetooth doesn’t match with my BT-Voice speaker.
- No notification center
- Only four vibrations while ringing!
Am I too critic?
Don't you agree with me?
Damn the day I sold my Android :(
Friday, November 9, 2012
That damn NFC alert after tapping a tag on WP8
In these days I had the opportunity to develop a Windows Phone 8 application for my company.
The main reason we choose WP8 was the new Proximity API for reading NFC Tags.
I don't wanna write about how to read or write a NFC Tag but I just want to notify you an issue I encountered while developing.
When you tap a Tag over a device, a system dialog appears asking you if you want to view the content of the tag. A dialog is showed even if there aren't app that can manage a specified tag content.
So read a Tag brings an annoying system dialog.
I had to realize an app that reads tags during an event and does a check-in . So in a single page I want to read several nfc tags without any kind of interruptions.
Can I read a tag without seeing this damn alert that is literally ruining my UX? The answer is yes I can.
The main reason we choose WP8 was the new Proximity API for reading NFC Tags.
I don't wanna write about how to read or write a NFC Tag but I just want to notify you an issue I encountered while developing.
When you tap a Tag over a device, a system dialog appears asking you if you want to view the content of the tag. A dialog is showed even if there aren't app that can manage a specified tag content.So read a Tag brings an annoying system dialog.
I had to realize an app that reads tags during an event and does a check-in . So in a single page I want to read several nfc tags without any kind of interruptions.
Can I read a tag without seeing this damn alert that is literally ruining my UX? The answer is yes I can.
Labels:
.net,
c#,
microsoft,
nfc,
proximity,
receive content,
silverlight,
windows phone,
windows phone 8,
wp8,
xaml
Monday, March 12, 2012
Fixed layout for PhoneApplicationPage
As a beginner in WP7 I found some issues for my first applications.
One of those problems I had was the hated "fixed layout" of a page.
It's a topic already discussed (view the post for Android) but in this case, it's a bit different.
Suppose we want a "fixed header and footer" for every page, how do you do it?
One of those problems I had was the hated "fixed layout" of a page.
It's a topic already discussed (view the post for Android) but in this case, it's a bit different.
Suppose we want a "fixed header and footer" for every page, how do you do it?
Labels:
.net,
c#,
fixed layout,
layout,
microsoft,
silverlight,
windows phone,
windows phone 7,
windows phone 8,
wp7,
wp8,
xaml,
xap,
xml
Subscribe to:
Posts (Atom)