Questions tagged [custom-application]

32 questions
0
votes
1 answer

Get Microsoft Teams Presence status in custom app

I am installed custom app in Microsoft Teams. In custom app i want to get/change the user presence status by using Javascript/C#.net. I followed below way but here we need to pass authProvider. Instead of authProvider, get the user presence why…
0
votes
0 answers

Edit RDP File C#

I want to run an RDP file, But before running I want to edit one of its parameters using C# code. I can do this manually by right-clicking RDP.rdp-> opening using a text document etc. Is it possible that this will be done automatically using C#?
Gal
  • 1
  • 1
0
votes
0 answers

Including power bi on a microsoft teams custom app

I'm building a custom app for ms teams and I would like to include another tab with power bi. For example, on the teams chat we can click the '+' to add a new tab and add power bi app. Can we include the '+' button on a custom app to do the same or…
DJPB
  • 5,429
  • 8
  • 30
  • 44
0
votes
0 answers

Setting liveData from a custom application class

I am adding a LiveData to represent a status. This is the ViewModel class: public class MyViewModel extends AndroidViewModel { // Create a LiveData with a Status private MutableLiveData status; public TsViewModel(@NonNull…
0
votes
1 answer

Custom Application - Android Auto

I would like to know how could I create a custom application for Android Auto. Nowadays, I know I can create “media” and “notification” Android Auto apps, but I would like to have a custom app (with a custom service), because I would like to create…
0
votes
1 answer

How to Compile SampleApp of Alexa-SDK using bitbake for RaspberryPi

I am trying to add a custom layer for Alexa-SDK. I created *.bb file and when I run bitbake alexa command every task completes successfully. But I am unable to find SampleApp executable in /tmp /deploy or /work direrctory. Here is my *.bb file…
Sarush
  • 15
  • 2
0
votes
1 answer

Integrate custom java web application with MS dynamics CRM

Currently we have custom java application which is connected to salesforce CRM via canvas integration. Now we need to integrate with MS dynamics CRM. Could you please tell me high level steps? how authentication will happen when control come from…
user1037452
  • 411
  • 1
  • 7
  • 15
0
votes
0 answers

Custom Keyboard app with custom emojis

I would like create a custom emoji keyboard app that allows me to add an emoji(.png) right next to the text. Like the normal keyboarbs emojis in IOS and Andriod. Is it possible? Instead of these emojis , i want to create custom made .png images but…
0
votes
0 answers

How can I replace OkHttpClient variable realized in custom Application class?

Dagger2 realization in App Network component's module @Provides @Singleton OkHttpClient provideOkHttpClient() { return new OkHttpClient.Builder().addInterceptor(new Interceptor() { @Override public…
0
votes
1 answer

How to upload/run custom Windows Application on Azure Remote App

I am working with Azure Remote App service. I can already use the default published applications on Remote App collection. But I want to upload my own windows application on Remote App collection but have no clue on how to do that. Could some one…
V.B
  • 1,191
  • 7
  • 29
  • 55
0
votes
1 answer

Compiling Application with Closure Compiler

I am trying to build a custom application of openlayers-3 on Windows 7 using the Compiling Application with Closure Compiler tutorial. When running the closure-util build option I get the…
0
votes
1 answer

BrowserField or CustomControls? What is the best to use when submitting and fetching data from web?

I am unable to decide whether what to use for my blackberry application. I am developing an application for Blackberry Device. This application send and recieves data from website. Thats the only functionality. I wanted to know what the best…
SIA
  • 773
  • 3
  • 11
  • 22
0
votes
1 answer

How to determine the type of object in blackberry application?

On my screen i have ButtonField and CustomButtonField. Both have been added to Listner of my screen. myScreen.add(new ButtonField("click me")); myScreen.add(new CustomButtonField("click me Again")); Now i want to know which button is clicked and…
SIA
  • 773
  • 3
  • 11
  • 22
0
votes
1 answer

Zend_Auth - Forced to use Zend_DB for quick installation/use?

i am thinking of using Zend_Auth as the Authentication "mechanism" (component) for a web site. After a quick look a realized that for Database Table Authentication i will also have to use the Zend_Db component. Has anyone tried this approach? Am i…
Andreas
  • 5,305
  • 4
  • 41
  • 60
0
votes
1 answer

API explorer/playground/sandbox for a custom API written in Javascript

We'd like a simple API explorer written in Javascript to test our custom REST API that we are building for an iOS app. The API sends GET and POST requests (POST requests are sent with multipart/formdata encoding) and returns JSON. I've…
awidgery
  • 1,896
  • 1
  • 22
  • 36