I am developing a GTK# application for ubuntu desktop. The main functionality includes getting Facebook live-feed and Notification etc after authentication.
I have registered the app on developers.facebook got the app-id and all, but I can't find any resources for desktop app development and that's where I am stuck.
I am just starting up with Ubuntu development so please don't mind the vague idea of the problem. Ubuntu developers here please help!
I would recommend using a GUI designer like Glade:
Glade can be used with the Glade# bindings to easily design GUI
applications. A GUI designer called Stetic is integrated with the
MonoDevelop IDE.
Related
I am new to MAUI (who aren't?).
Built the template app which works fine when launched by F5 from VS2022 (17.2.0 Preview 3.0 with MAUI 6.0.300-rc.1).
How to launch from explorer like any other .exe?
(I don't find much on web yet, related to publishing such an app)
I am not new to .NET MAUI! We're currently working through bugs to make the publishing scenarios work for Windows.
You can find my write-up so far here but that mostly writes about creating an MSIX, which is what you need for the store, but you can also side-load. The "unpackaged" scenario as this is called has some things we need to work out before GA.
I developed an UWP-app and packaged it as appx-file. The app works fine and can be installed in Win10.
Now I want to deploy this app via Intune to the system context. Unfortunately, the app can only be installed in user context. I already tried to package the app as msi-file (via WIX Toolset). But this leads to the same problem.
Does anyone know, how I can adjust my UWP-app to be able to install the app in the system context instead of the user context?
I really appreciate your response!
The responses of a similars question :
Install Windows Store App package (*.appx) for all users:
https://superuser.com/questions/647927/install-windows-store-app-package-appx-for-all-users
UWP App not accessed by every user:
UWP App not accessed by every user
We know that Blackberry 10 can run Android app. Does somebody tried Telerik Nativescript for Android and make it run for Blackberry 10?
If so, is it possible to explain the steps to be able to do it? Does Webworks gives any help?
Telerik NativeScript for Android does indeed work on BlackBerry OS 10 I've tried on (10.3.2.2474). I'll list some tips to get you started, but please keep in mind that NativeScript doesn't officially support BlackBerry OS.
Deployment with the {N} CLI tool (tns) might be problematic - it produces an apk for the app, but it can't deploy it on the device itself, so you need to transfer it somehow and install it on the device.
Alternatively you can use Telerik AppBuilder to build the app (either version will work - VS plugin, CLI tool, Windows or Web clients) and deploy it on the device via QR code scan and install. However, apk installation is a bit slow process on a BB10, so you may choose to use the NativeScript companion app for development. Deployment to the companion app is done via QR codes - it has an integrated QR code reader - and since no installation is necessary, development cycle is faster. There is a small issue with the app - it may seem to crash on the first run, but you can still find the Sync and Scan buttons in the BlackBerry Hub, which you can use to scan the code and start your app.
Releasing the app in the BlackBerry store is out of my scope, but you can check these documents:
https://developer.blackberry.com/android/documentation/rpkg_with_bb_plugin_for_android_stdio.html
https://developer.blackberry.com/android/documentation/publsh_your_app_to_appworld.html
Make sure you've built the app for release as mentioned.
Let me know if this helps.
I have to continu the work of an intern, working on windows 8.1 store application.
For the context, I am a very beginner with windows 8.1 OS, and also with windows 8.1 app dev... So at the moment, I don't know, what informations you will need to help me, and that's annoying, so please tell me if I miss anything.
So, I tried first, to install what he does.
In the debug folder, I found some app.exe, so I tried them and got the message "the app must be in a app container" (in french, I can only translate in english, I don't know if it's the same in the english Windows...).
So, I tried something else, deploy the application with Visual studio, but I don't find any results in the project folder...
It is an app that is meant for an enterprise, so there is no need to deploy it in the windows store.
How can I deploy it, so I can install the application myself, on all the desks easily?
I found this, but cannot find any .appx file .
These 2 blogs were written for Windows 8. I have done before but not sure if still correct for 8.1;
Steps for deploying on a device (with screenshots)
How Do I Deploy a Windows 8 App to Another Device for Testing?
Distribute apps to business customers
Deploying Metro style apps to businesses
I'm starting developing applications for iPhone. My idea is to develop a application like a suite or multiple modules. The main application function is a application manager. This application can download each of the availables applications for the suite, like a office suite that starts with no applications/extensions, so, there are the possibility to download a spread-sheet editor, a text editor, or a image editor and so on.
I don't know if each application need to be a standalone application in appstore and the manager to have only shortcuts for they. Or if each application can be a library or plugin that will be installed in the main application through download.
Suggestions?
Thanks!
App store review guidelines says:
2.7 Apps that download code in any way or form will be rejected
You can't download libraries or code in your application. What you can do is, ship the application with all functionalities and enable them by in-app purchases.